Structure

SubscriptionView

A view that subscribes to a publisher with an action. あるビュー、それはあるパブリッシャーをアクションで購買します。

Declaration 宣言

@frozen struct SubscriptionView<PublisherType, Content> where PublisherType : Publisher, Content : View, PublisherType.Failure == Never

Topics 話題

Creating a Subscription View サブスクリプションビューを作成する

Managing the Subscription サブスクリプションを管理する

Supporting Types 支援を行う型

Default Implementations 省略時実装

Relationships 関係

Conforms To 次に準拠

See Also 参照

Supporting View Types