pub trait CodeAsmFfree<T> {
    fn ffree(&mut self, op0: T) -> Result<(), IcedError>;
}

Required Methods§

Implementors§