Type Alias llmvm_protocol::ServiceError
source · pub type ServiceError = Box<dyn Error + Send + Sync>;
Expand description
A boxed error type that may be returned by service calls.
Aliased Type§
struct ServiceError(/* private fields */);