TransitionFunction

Type Alias TransitionFunction 

Source
pub type TransitionFunction<S, E> = fn(&StateMachine<S, E>, E) -> S;