pub type Error = Error<Error>;Available on crate feature
hyper only.Expand description
A type alias of Error
whose Service variant contains hyper::Error.
Aliased Type§
pub enum Error {
Http(StatusCode),
Service(Error),
Utf8(Utf8Error),
}