macro_rules! transition {
    ( $new_state:expr ) => { ... };
}
Expand description

Auxiliary macro for poll_state_xy functions to transition into a new state.