states

Macro states 

Source
macro_rules! states {
    [] => { ... };
    [$(($label:expr, [$($state:expr),* $(,)?]),)+] => { ... };
    [$(($label:expr, [$($state:expr),* $(,)?])),*] => { ... };
}
Expand description

Create a States map from a list of variable-state pairs.