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

Required Methods§

Implementors§