pub struct DecodeIterator<B: Buffer, I: Iterator<Item = u8>> { /* private fields */ }
Expand description
Iterator over decoded messages / errors.
Implementations§
Auto Trait Implementations§
impl<B, I> Freeze for DecodeIterator<B, I>
impl<B, I> RefUnwindSafe for DecodeIterator<B, I>where
I: RefUnwindSafe,
B: RefUnwindSafe,
impl<B, I> Send for DecodeIterator<B, I>
impl<B, I> Sync for DecodeIterator<B, I>
impl<B, I> Unpin for DecodeIterator<B, I>
impl<B, I> UnwindSafe for DecodeIterator<B, I>where
I: UnwindSafe,
B: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more