Type Definition genfsm::Executor [] [src]

type Executor<S, I> = fn(_: S, _: I) -> NextState<S, I>;

An input handler that executes changes on a state