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