Function iter_finished

Source
pub fn iter_finished<T: Iterator<Item = Line>>(
    input: T,
) -> impl Iterator<Item = Line>