[][src]Type Definition act_zero::ActorError

type ActorError = Box<dyn Error + Send + Sync>;

The type of error returned by an actor method.