Macro state_machine_future::transition [] [src]

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

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