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

Required Methods

Implementors