Trait steed::io::Read1.0.0 [] [src]

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

Required Methods

Implementors