state

Macro state 

Source
macro_rules! state {
    ($( [$getter:ident, $setter:ident]: $typ:ty );* $(;)?) => { ... };
}