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

Required Methods

Implementors