[−][src]Struct futures_util::stream::Iter
A stream which is just a shim over an underlying instance of Iterator
.
This stream will never block and is always ready.
Trait Implementations
impl<I: Debug> Debug for Iter<I>
[src]
[+]
impl<I: Debug> Debug for Iter<I>
impl<I> Unpin for Iter<I>
[src]
impl<I> Unpin for Iter<I>
impl<I> Stream for Iter<I> where
I: Iterator,
[src]
[+]
impl<I> Stream for Iter<I> where
I: Iterator,