macro_rules! option_ref_type_getters { ($(($method:ident, $type:ty, $variant:ident)),+) => { ... }; }