Struct futures_util::stream::Iter [−][src]
#[must_use = "streams do nothing unless polled"]pub struct Iter<I> { /* fields omitted */ }
Stream for the iter
function.
Trait Implementations
impl<I> Unpin for Iter<I>
[src]
Auto Trait Implementations
impl<I> RefUnwindSafe for Iter<I> where
I: RefUnwindSafe,
I: RefUnwindSafe,
impl<I> Send for Iter<I> where
I: Send,
I: Send,
impl<I> Sync for Iter<I> where
I: Sync,
I: Sync,
impl<I> UnwindSafe for Iter<I> where
I: UnwindSafe,
I: UnwindSafe,