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

Required Methods

Implementors