Searched defs:ByteRecordIter (Results 1 – 1 of 1) sorted by relevance
254 pub fn iter(&self) -> ByteRecordIter { in iter()780 pub struct ByteRecordIter<'r> { struct794 type IntoIter = ByteRecordIter<'r>; argument809 impl<'r> ExactSizeIterator for ByteRecordIter<'r> {} implementation811 impl<'r> Iterator for ByteRecordIter<'r> { implementation839 impl<'r> DoubleEndedIterator for ByteRecordIter<'r> { implementation