Searched defs:StringRecordsIter (Results 1 – 1 of 1) sorted by relevance
2054 pub struct StringRecordsIter<'r, R: 'r> { struct2059 impl<'r, R: io::Read> StringRecordsIter<'r, R> { argument2075 impl<'r, R: io::Read> Iterator for StringRecordsIter<'r, R> { implementation