Searched defs:ByteRecordsIter (Results 1 – 1 of 1) sorted by relevance
2139 pub struct ByteRecordsIter<'r, R: 'r> { struct2144 impl<'r, R: io::Read> ByteRecordsIter<'r, R> { argument2160 impl<'r, R: io::Read> Iterator for ByteRecordsIter<'r, R> { implementation