pub type Result<T> = Result<T, Error>;
A type-alias for Result<T, ehttp::Error>.
Result<T, ehttp::Error>