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

Required Methods§

Implementors§