macro_rules! state { ($stage:ident { $($name:ident $(: $val:expr)?),* }) => { ... }; }
Macro to generate the proper state struct