ActorError

Type Alias ActorError 

Source
pub type ActorError = Box<dyn Error + Send + Sync>;
Expand description

The type of error returned by an actor method.

Aliased Typeยง

pub struct ActorError(/* private fields */);