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

Required Methods

Implementors