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

Required Methods

Implementors