Home
last modified time | relevance | path

Searched defs:ByteRecordsIter (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/csv/src/
Dreader.rs2139 pub struct ByteRecordsIter<'r, R: 'r> { struct
2144 impl<'r, R: io::Read> ByteRecordsIter<'r, R> { argument
2160 impl<'r, R: io::Read> Iterator for ByteRecordsIter<'r, R> { implementation