func body(content: Self.Content) -> Self.Body
Gets the current body of the caller.
呼び出し側の現在のボディを取得します。
Available when
Body
is Never
.
Body
がNever
である時に利用可能です。
Availability 有効性
Technology
func body(content: Self.Content) -> Self.Body
content
is a proxy for the view that will have the modifier represented by Self
applied to it.
content
は、ビューに対するプロキシです、それはそれに適用されるSelf
によって表わされる修飾子を持つでしょう。
func body(content: Self.Content) -> Self.Body
Body
is Never
.
Body
がNever
である時に利用可能です。
typealias Content
body()
.associatedtype Body : View