Structs§
Traits§
- Action
Sender - Change
Observer - Reducer
- A protocol that describes how to evolve the current state of an application to the next state,
given an action, and describes what
Effect
s should be executed later by the store, if any. - State
Provider