Macro bidirectional_enum_mappings_with_existing_mode

Source
macro_rules! bidirectional_enum_mappings_with_existing_mode {
    ($name:ident, $type:ty, $mode_name:ident, { $($mode:ident => { $($variant:ident => $value:expr),* $(,)? }),* $(,)? }) => { ... };
}