SubscriptionView
A view that subscribes to a publisher with an action.
Declaration
@frozen struct SubscriptionView<PublisherType, Content> where PublisherType : Publisher, Content : View, PublisherType.Failure == NeverA view that subscribes to a publisher with an action.
@frozen struct SubscriptionView<PublisherType, Content> where PublisherType : Publisher, Content : View, PublisherType.Failure == Never