Publisher

public extension Publisher
  • Erases the Output of your publisher to Void

    Declaration

    Swift

    func eraseToEmptyPublisher() -> AnyPublisher<Void, Failure>

    Return Value

    An empty publisher.