Searched refs:LineColIterator (Results 1 – 2 of 2) sorted by relevance
3 pub struct LineColIterator<I> { struct22 impl<I> LineColIterator<I> argument26 pub fn new(iter: I) -> LineColIterator<I> { in new()27 LineColIterator { in new()48 impl<I> Iterator for LineColIterator<I> implementation
8 use crate::iter::LineColIterator;147 iter: LineColIterator<io::Bytes<R>>,190 iter: LineColIterator::new(reader.bytes()), in new()