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

Required Methods

Implementors