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