Home
last modified time | relevance | path

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

/external/rust/crates/csv/src/
Dreader.rs2097 pub struct ByteRecordsIntoIter<R> { struct
2102 impl<R: io::Read> ByteRecordsIntoIter<R> { argument
2123 impl<R: io::Read> Iterator for ByteRecordsIntoIter<R> { implementation