Function iter

Source
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.