Effects

Type Alias Effects 

Source
pub type Effects<State, Service, Action> = fn(&mut Store<State, Service, Action>, ActionWithMeta<Action>);