kvarn_async::prelude::compact_str::core::async_iter

Struct FromIter

source
pub struct FromIter<I> { /* private fields */ }
🔬This is a nightly-only experimental API. (async_iter_from_iter)
Expand description

An async iterator that was created from iterator.

This async iterator is created by the from_iter function. See it documentation for more.

Trait Implementations§

source§

impl<I> AsyncIterator for FromIter<I>
where I: Iterator,

source§

type Item = <I as Iterator>::Item

🔬This is a nightly-only experimental API. (async_iterator)
The type of items yielded by the async iterator.
source§

fn