Trait rwutil::bytes0::WriteBytes0Ext [] [src]

pub trait WriteBytes0Ext: Write {
    fn write_bytes0(&mut self, data: &[u8]) -> Result<()> { ... }
}

Provided Methods

Implementors