Crate tca

Source

Structs§

Effect

Traits§

ActionSender
ChangeObserver
Reducer
A protocol that describes how to evolve the current state of an application to the next state, given an action, and describes what Effects should be executed later by the store, if any.
StateProvider