Type Alias llmvm_protocol::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 */);