macro_rules! new_action_group {
($vis:vis $ty:ident, $name:expr) => { ... };
}Expand description
Create a new type that implements ActionGroupName.
macro_rules! new_action_group {
($vis:vis $ty:ident, $name:expr) => { ... };
}Create a new type that implements ActionGroupName.