Macro relm4::new_action_group
source · 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
.