WriteAllCount

Trait WriteAllCount 

Source
pub(crate) trait WriteAllCount {
    // Required method
    fn write_all_count(&mut self, buf: &[u8]) -> Result<usize>;
}

Required Methods§

Source

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

Implementors§