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

type NotifyFn<State, Action, Event, Effect> = fn(_: &Store<State, Action, Event, Effect>, _: Vec<Event>) -> Vec<Event>;

Executes subsequent middleware and then notifies the listeners.