logo
pub trait CodeAsmArpl<T, U> {
    fn arpl(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
}

Required Methods

Implementors