pub fn from_iter<I>(iter: I) -> IteratorStream<I>where I: Iterator + Clone,
Converts an Iterator into a stream.
Iterator