pub type Reducer<State, Action> = fn(&mut State, &ActionWithMeta<Action>, &mut Dispatcher<Action, State>);Expand description
Function signature for a reducer.
pub type Reducer<State, Action> = fn(&mut State, &ActionWithMeta<Action>, &mut Dispatcher<Action, State>);Function signature for a reducer.