macro_rules! fwd_binop_assign_x2 {
    ($trait:ident, $fn_assign:ident) => { ... };
}