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

Required Methods§

Implementors§