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

Required Methods

Implementors