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

Required Methods§

Implementors§