Type Alias

AsyncThrowingStream.AsyncIterator

The type of asynchronous iterator that produces elements of this asynchronous sequence. この非同期シーケンスの要素それらを取り出す非同期イテレータの型。

Declaration 宣言

typealias AsyncIterator = AsyncThrowingStream<Element, Failure>.Iterator

Discussion 解説