macro_rules! new_action_group {
    ($vis:vis $ty:ident, $name:expr) => { ... };
}
Expand description

Create a new type that implements ActionGroupName.