logo
pub trait CodeAsmVpor<T, U, V> {
    fn vpor(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
}

Required Methods

Implementors