pub type Result<T> = Result<T, Error>;
A Result typedef to use with the http::Error type
Result
http::Error