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

Required Methods§

Implementors§