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

Required Methods

Implementors