Function std::stream::from_iter
pub fn from_iter<I>(iter: I) -> FromIter<<I as IntoIterator>::IntoIter> where I: IntoIterator,
Converts an iterator into a stream.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/stream/fn.from_iter.html