Type Alias ServiceError

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

A boxed error type that may be returned by service calls.

Aliased Typeยง

struct ServiceError(/* private fields */);