AsyncFilterSequence.Failure
The type of the error that can be produced by the sequence.
Declaration
typealias Failure = Base.FailureDiscussion
The filter sequence produces whatever type of error its base sequence does.
The type of the error that can be produced by the sequence.
typealias Failure = Base.FailureThe filter sequence produces whatever type of error its base sequence does.