Searched defs:StringRecordsIntoIter (Results 1 – 1 of 1) sorted by relevance
2021 pub struct StringRecordsIntoIter<R> { struct2026 impl<R: io::Read> StringRecordsIntoIter<R> { argument2047 impl<R: io::Read> Iterator for StringRecordsIntoIter<R> { implementation