Function streaming_iterator::convert [] [src]

pub fn convert<I>(it: I) -> Convert<I> where I: Iterator

Turns a normal, non-streaming iterator into a streaming iterator.