Module state

Module state 

Source

Re-exports§

pub use scope_context::ScopeContext;
pub use scope_registry::StateScopeRegistry;
pub use serialized_state_action::SerializedStateAction;
pub use serialized_state_action::StateActionDecodeError;
pub use serialized_state_action::StateActionDeserializerRegistry;
pub use spec::reduce_state_actions;
pub use spec::AnyStateAction;

Modules§

scope_context
scope_registry
serialized_state_action
spec

Enums§

StateScope
Lifecycle scope of a StateSpec type.

Traits§

StateSpec
Extends State with a typed action and a pure reducer.