Struct futures_util::stream::Iter [−][src]
pub struct Iter<I> { /* fields omitted */ }
Expand description
Stream for the iter
function.
Trait Implementations
Attempt to pull out the next value of this stream, registering the
current task for wakeup if the value is not yet available, and returning
None
if the stream is exhausted. Read more
Auto Trait Implementations
impl<I> RefUnwindSafe for Iter<I> where
I: RefUnwindSafe,
impl<I> UnwindSafe for Iter<I> where
I: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more