AsyncThrowingStream.AsyncIterator
The type of asynchronous iterator that produces elements of this asynchronous sequence.
Declaration
typealias AsyncIterator = AsyncThrowingStream<Element, Failure>.IteratorThe type of asynchronous iterator that produces elements of this asynchronous sequence.
typealias AsyncIterator = AsyncThrowingStream<Element, Failure>.Iterator