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

Required Methods§

Implementors§