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

Required Methods§

Implementors§