pub fn iter<I>(i: I) -> Iter<I::IntoIter>where
I: IntoIterator,Expand description
Converts an Iterator into a Stream which is always ready
to yield the next value.
pub fn iter<I>(i: I) -> Iter<I::IntoIter>where
I: IntoIterator,Converts an Iterator into a Stream which is always ready
to yield the next value.