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

Required Methods

Implementors