pub type SyncResponseResult = ResponseResult<SyncResponseBody>;
Expand description

阻塞 HTTP 响应结果

Aliased Type§

enum SyncResponseResult {
    Ok(Response<ResponseBody>),
    Err(Error),
}

Variants§

§1.0.0

Ok(Response<ResponseBody>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value