Crate actor_system_error
source ·Expand description
Actor-system error.
Actor is intended to be errors passed to user. System errors are to be unreachable or recoverable.
Macros§
- Define type alias with implemented
Froms.
Enums§
- Actor or system error.
Traits§
- Extension for
Resultaround actor-system error.