macro_rules! states { [] => { ... }; [$(($label:expr, [$($state:expr),* $(,)?]),)+] => { ... }; [$(($label:expr, [$($state:expr),* $(,)?])),*] => { ... }; }
Create a States map from a list of variable-state pairs.
States