Type Definition solicit::http::HttpResult [−][src]
type HttpResult<T> = Result<T, HttpError>;
A convenience Result type that has the HttpError type as the error
type and a generic Ok result type.
type HttpResult<T> = Result<T, HttpError>;
A convenience Result type that has the HttpError type as the error
type and a generic Ok result type.