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