Type Definition reactive_state::middleware::NotifyFn[][src]

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.