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

Required Methods

Implementors