pub trait CodeAsmIn<T, U> { // Required method fn in_(&mut self, op0: T, op1: U) -> Result<(), IcedError>; }