Trait web_assembler::Dump[][src]

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

Required Methods

Implementors