[][src]Trait not_io::Read

pub trait Read {
    fn read(&mut self, buf: &mut [u8]) -> Result<usize>;
}

Required methods

fn read(&mut self, buf: &mut [u8]) -> Result<usize>

Loading content...

Implementors

Loading content...