Searched refs:ZbiContainerIterator (Results 1 – 1 of 1) sorted by relevance
308 pub fn iter(&self) -> ZbiContainerIterator<impl ByteSlice + Default + Debug + PartialEq + '_> { in iter()309 ZbiContainerIterator { in iter()643 ) -> ZbiContainerIterator<impl ByteSliceMut + Debug + Default + PartialEq + '_> { in iter_mut()645 ZbiContainerIterator { state: Ok(()), buffer: &mut self.buffer[..length] } in iter_mut()655 pub struct ZbiContainerIterator<B> { struct660 impl<B: ByteSlice + PartialEq + Default + Debug> Iterator for ZbiContainerIterator<B> { argument