Searched defs:ByteRecordsIntoIter (Results 1 – 1 of 1) sorted by relevance
2088 pub struct ByteRecordsIntoIter<R> { struct2093 impl<R: io::Read> ByteRecordsIntoIter<R> { argument2114 impl<R: io::Read> Iterator for ByteRecordsIntoIter<R> { implementation