[][src]Trait not_io::Write

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

Required methods

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

Loading content...

Implementors

Loading content...