Publisher
public extension Publisher
-
Maps the
Outputof its upstream toVoidand type erases its upstream toAnyPublisher.Declaration
Swift
func voidPublisher() -> AnyPublisher<Void, Failure>
View on GitHub