pub fn valid_transitions(from: RunState) -> Vec<RunState>
Returns all valid transitions from a given state.