Type Definition fsm::Action [] [src]

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

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