ReadWithGetInnerMut

Trait ReadWithGetInnerMut 

Source
trait ReadWithGetInnerMut:
    Read
    + Send
    + 'static {
    // Required method
    fn get_inner_mut(&mut self) -> &mut dyn Read;
}
Expand description

Extends the Read trait with another method to get mutable access to the inner reader

Required Methods§

Source

fn get_inner_mut(&mut self) -> &mut dyn Read

Implementors§