Function std::stream::from_iter

pub fn from_iter<I>(iter: I) -> FromIter<<I as IntoIterator>::IntoIter> where    I: IntoIterator, 
???? This is a nightly-only experimental API. (stream_from_iter #81798)

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