Function combine::from_iter [] [src]

pub fn from_iter<I>(iter: I) -> IteratorStream<I> where I: Iterator

Converts an Iterator into a stream.