Future
extension Future
-
Return a publisher with
Resultand no more error.Declaration
Swift
public func resultify() -> AnyPublisher<Result<Output, Failure>, Swift.Never>
QMobileAPI 0.1.0 Docs (55% documented)
extension Future
Return a publisher with Result and no more error.
Swift
public func resultify() -> AnyPublisher<Result<Output, Failure>, Swift.Never>