Structs§
- FnReducer
- FnReducer is a reducer that is created from a function.
- Reducer
Chain - ReducerChain chains reducers together sequentially. The first reducer in the vector becomes the first reducer in the chain. Execution order: first reducer -> second reducer -> … -> last reducer
Enums§
- Dispatch
Op - determine if the action should be dispatched or not
Traits§
- Reducer
- Reducer reduces the state based on the action.