Reducer

Type Alias Reducer 

Source
pub type Reducer<State, Action> = fn(&mut State, &ActionWithMeta<Action>, &mut Dispatcher<Action, State>);
Expand description

Function signature for a reducer.