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

Required Methods

Implementors