macro_rules! define_object_store_impl { () => { ... }; ( {$( {$variant:ident, $type_name:ty} ),*} ) => { ... }; }