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

Required Methods

Implementors