pub fn from_iter<I: IntoIterator>(iter: I) -> FromIter<I::IntoIter>
stream_from_iter
Converts an iterator into a stream.