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