associatedtype AsyncIterator
The type of asynchronous iterator that produces elements of this asynchronous sequence.
この非同期シーケンスの要素それらを取り出す非同期イテレータの型。
protocol AsyncIteratorProtocol
A type that asynchronously supplies the values of a sequence one at a time.
ある型、それはあるシーケンスの値それらを非同期に一度に1つ提供するものです。
associatedtype Element
The type of element produced by this asynchronous sequence.
この非同期シーケンスによって取り出される要素の型。