pub type ServiceError = Error;
The error type used by ServiceFn
When writing service callbacks this is the error type that should be returned.
pub struct ServiceError { /* private fields */ }