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

Required Methods

Implementors