Home
last modified time | relevance | path

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

/external/rust/crates/csv/src/
Dreader.rs2063 pub struct StringRecordsIter<'r, R: 'r> { struct
2068 impl<'r, R: io::Read> StringRecordsIter<'r, R> { implementation
2084 impl<'r, R: io::Read> Iterator for StringRecordsIter<'r, R> { implementation