Trait vecio::Writev [] [src]

pub trait Writev {
    fn writev(&mut self, buffers: &[&[u8]]) -> Result<usize>;
}

Required Methods

Implementors