Type Definition uhttp_json_api::HttpResult [] [src]

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

Result with an HTTP status code error.