[][src]Trait molecule::io::Write

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

Required methods

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

Loading content...

Implementors

impl Write for Vec<u8>[src]

Loading content...