Crate actor_system_error

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§

actor_system_error
Define type alias with implemented Froms.

Enums§

ActorSystemError
Actor or system error.

Traits§

ResultExt
Extension for Result around actor-system error.