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