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

Required Methods

Implementors