hyper::HttpResult [-] [+] [src]

type HttpResult<T> = Result<T, HttpError>;

Result type often returned from methods that can have HttpErrors.