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