Expand description
Core error and result types shared by Statum crates.
Enums§
- Error
- Errors returned by Statum runtime helpers.
Traits§
- CanTransition
To - A machine that can transition directly to
Next. - CanTransition
With - A machine that can transition using
Data. - Data
State - A generated state marker that carries payload data.
- State
Marker - A generated state marker type.
- Unit
State - A generated state marker with no payload.
Type Aliases§
- Result
- Convenience result alias used by Statum APIs.