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

Required Methods§

Implementors§