macro_rules! impl_binop_assign { (impl $Trait:ident for Decimal, $method:ident, $op:tt) => { ... }; }