Function concat::concat [] [src]

pub fn concat<I>(iter: I) -> Concat<I> where
    I: Iterator,
    <I as Iterator>::Item: Read