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

Required Methods

Implementors