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

Create a new type that implements ActionName without state or target type.