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

Required Methods

Implementors