pub trait Add4Emitter<T0, T1, T2, T3> { // Required method fn add_4(&mut self, op0: T0, op1: T1, op2: T2, op3: T3); }