Trait cpclib_asm::implementation::instructions::Cruncher
source · pub trait Cruncher {
// Required method
fn crunch(&self, raw: &[u8]) -> Result<Vec<u8>, AssemblerError>;
}pub trait Cruncher {
// Required method
fn crunch(&self, raw: &[u8]) -> Result<Vec<u8>, AssemblerError>;
}