init(_:)
Creates a type-erasing subscriber to wrap an existing subscriber.
Declaration
init<S>(_ s: S) where Input == S.Input, Failure == S.Failure, S : SubscriberParameters
- s:
The subscriber to type-erase.
Creates a type-erasing subscriber to wrap an existing subscriber.
init<S>(_ s: S) where Input == S.Input, Failure == S.Failure, S : SubscriberThe subscriber to type-erase.