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

Required Methods§

Implementors§