Trait compio_buf::OwnedIterator
source · pub trait OwnedIterator: IntoInner + Sized {
// Required methods
fn next(self) -> Result<Self, Self::Inner>;
fn current(&self) -> &dyn IoBuf;
}
Expand description
The inner implementation of a OwnedIter
.
Required Methods§
Object Safety§
This trait is not object safe.