Function streaming_iterator::convert_ref [] [src]

pub fn convert_ref<'a, I, T: ?Sized>(iterator: I) -> ConvertRef<'a, I, T> where
    I: Iterator<Item = &'a T>, 

Turns an iterator of references into a streaming iterator.