fsm::Action [] [src]

type Action<S, E> = Box<Fn(&S, &E)>;

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