AsyncThrowingPrefixWhileSequence.Failure
The type of error produced by this asynchronous sequence.
Declaration
typealias Failure = any ErrorDiscussion
The prefix-while sequence produces errors from either the base sequence or the filtering closure.
The type of error produced by this asynchronous sequence.
typealias Failure = any ErrorThe prefix-while sequence produces errors from either the base sequence or the filtering closure.