pub trait CodeAsmScasd {
    fn scasd(&mut self) -> Result<(), IcedError>;
}

Required Methods§

Implementors§