Crate fsm [] [src]

Structs

Machine

The Machine is the Finite State Machine, which has a current state and set of all valid transitions

Type Definitions

Action

Actions are just boxed immutable functions that take an argument of the event that triggered them