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

Required Methods

Implementors