Trait cbor_lite::io::Writer[][src]

pub trait Writer {
    fn write_byte(&mut self, byte: u8);
fn write_bytes(&mut self, bytes: Vec<u8>); }

Required Methods

Implementors