Trait Effector
fsm_rust_jb::types
pub trait Effector<Effect> where Effect: Eq + PartialEq + Copy, { pub fn dispatch(&mut self, effect: Effect); }
Generic type for executor of side effects applied to some persistent data
pub fn dispatch(&mut self, effect: Effect)
Applies side effect to mutate some data