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