Home
last modified time | relevance | path

Searched refs:ByteLines (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/bstr/src/
Dio.rs52 fn byte_lines(self) -> ByteLines<Self> in byte_lines()
56 ByteLines { buf: self } in byte_lines()
355 pub struct ByteLines<B> { struct
377 impl<B: io::BufRead> Iterator for ByteLines<B> { argument