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