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

Required Methods§

source

fn fstdw(&mut self, op0: T) -> Result<(), IcedError>

Implementors§