Home
last modified time | relevance | path

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

/external/rust/crates/csv/src/
Dreader.rs2021 pub struct StringRecordsIntoIter<R> { struct
2026 impl<R: io::Read> StringRecordsIntoIter<R> { argument
2047 impl<R: io::Read> Iterator for StringRecordsIntoIter<R> { implementation