pub trait CodeAsmSalc {
    fn salc(&mut self) -> Result<(), IcedError>;
}

Required Methods§

Implementors§