Type Definition multilink::ServiceError

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

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