Home
last modified time | relevance | path

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

/external/rust/crates/bstr/src/
Dio.rs95 fn byte_records(self, terminator: u8) -> ByteRecords<Self> in byte_records()
99 ByteRecords { terminator, buf: self } in byte_records()
372 pub struct ByteRecords<B> { struct
393 impl<B: io::BufRead> Iterator for ByteRecords<B> { argument