Macro states

Source
macro_rules! states {
    ($label:ident {$($tail:tt)*}) => { ... };
}