Type Alias syndicate::actor::ActorError

source ·
pub type ActorError = Box<dyn Error + Sync + Send + 'static>;
Expand description

Error responses to events must have type ActorError.

Aliased Type§

struct ActorError(/* private fields */);