pub type ResponseResult<B> = Result<Response<B>, ResponseError>;
Expand description

HTTP 响应结果