Searched defs:ByteRecordIter (Results 1 – 1 of 1) sorted by relevance
251 pub fn iter(&self) -> ByteRecordIter { in iter()777 pub struct ByteRecordIter<'r> { struct791 type IntoIter = ByteRecordIter<'r>; argument806 impl<'r> ExactSizeIterator for ByteRecordIter<'r> {} implementation808 impl<'r> Iterator for ByteRecordIter<'r> { implementation836 impl<'r> DoubleEndedIterator for ByteRecordIter<'r> { implementation