pub trait Dump {
    fn dump(&self, buf: &mut Vec<u8>) -> usize;
}

Required methods

Implementors