Type Definition llmvm_protocol::ServiceError
source · pub type ServiceError = Box<dyn Error + Sync + Send, Global>;
Expand description
A boxed error type that may be returned by service calls.
pub type ServiceError = Box<dyn Error + Sync + Send, Global>;
A boxed error type that may be returned by service calls.