pub trait CodeAsmTpause<T> { // Required method fn tpause(&mut self, op0: T) -> Result<(), IcedError>; }