Searched refs:ByteLines (Results 1 – 1 of 1) sorted by relevance
52 fn byte_lines(self) -> ByteLines<Self> in byte_lines()56 ByteLines { buf: self } in byte_lines()355 pub struct ByteLines<B> { struct377 impl<B: io::BufRead> Iterator for ByteLines<B> { argument