Trait compio_buf::OwnedIteratorMut

source ·
pub trait OwnedIteratorMut: OwnedIterator {
    // Required method
    fn current_mut(&mut self) -> &mut dyn IoBufMut;
}
Expand description

The mutable part of inner implementation of a OwnedIter.

Required Methods§

source

fn current_mut(&mut self) -> &mut dyn IoBufMut

Get the current mutable buffer.

Object Safety§

This trait is not object safe.

Implementors§