ServiceError

Type Alias ServiceError 

Source
pub type ServiceError = Error;
Expand description

The error type used by ServiceFn

When writing service callbacks this is the error type that should be returned.

Aliased Typeยง

pub struct ServiceError { /* private fields */ }