Trait cold_io::WriteOnce[][src]

pub trait WriteOnce {
    fn write(self, data: &[u8]) -> IoResult;
}

Required methods

Implementors