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

Required Methods

Implementors