Module yew_state::handler [−][src]
State handlers determine how state should be created, modified, and shared.
Structs
| HandlerBridge | A direct bridge to given state handler. Unlike a ServiceBridge bridge, it can only send and receive StateHandler messages. |
| HandlerLink | |
| SharedHandler | Handler for basic shared state. |
| StorageHandler | Handler for shared state with persistent storage. |
Traits
| StateHandler | Determines how state should be created, modified, and shared. |
| Storable | Allows state to be stored persistently in local or session storage. |
Type Definitions
| Changed |