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
trait ReadWithGetInnerMut:
Read
+ Send
+ 'static {
// Required method
fn get_inner_mut(&mut self) -> &mut dyn Read;
}Extends the Read trait with another method to get mutable access to the inner reader