[−][src]Trait associated_async_io::AsyncIterator
Async version of std::iter::Iterator.
Associated Types
type Item
The item returned by next.
type Fut: Future<Output = Option<Self::Item>>
The future returned by next.