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

Required Methods

Implementors