Skip to main content

ToBytes

Trait ToBytes 

Source
pub trait ToBytes {
    // Required method
    fn to_bytes(&self, buffer: &mut Vec<u8>);
}

Required Methods§

Source

fn to_bytes(&self, buffer: &mut Vec<u8>)

Implementors§