logo
pub trait CodeAsmAltinst {
    fn altinst(&mut self) -> Result<(), IcedError>;
}

Required Methods

Implementors