macro_rules! def_state_change {
    ($(#[$meta:meta])* $name: ident: $($mod: ident::$type: ident),+) => { ... };
}
Expand description

Defines StateChange using supplied actions.