Structs§
- Handler
- Provides the necessary wiring for a centralized state handling mechanism. The API guides you along handling the lifetimes properly as well as registering all the state management logic in one place.
Traits§
- Message
Mapper - Trait that maps a message and an original state value to a new value. Implementors of this trait can implement all of their state management logic in one place.