Trait runes::utils::Write[][src]

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

Required Methods

Implementors