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

Required Methods

Implementors