macro_rules! def_rewrite { ( $convention:ident, Share ) => { ... }; ( $convention:ident, $name:ident ) => { ... }; }