Expand description
State machine state interface
Structs§
- A shared context for a module client state machine
- A type-erased state of a state machine belonging to a module instance, see
State
- Represents one or multiple possible state transitions triggered in a common way
Traits§
- Additional data made available to state machines of a module (e.g. API clients)
- Something that can be a
DynContext
for a state machine - Object-safe version of
State
- Implementors act as state machines that can be executed