NotifyFn

Type Alias NotifyFn 

Source
pub type NotifyFn<State, Action, Event, Effect> = fn(&Store<State, Action, Event, Effect>, Vec<Event>) -> Vec<Event>;
Expand description

Executes subsequent middleware and then notifies the listeners.