Type Definition ruma_client::ResponseResult
source · pub type ResponseResult<C, R> = Result<<R as OutgoingRequest>::IncomingResponse, ResponseError<C, R>>;
Expand description
The result of sending the request R
with the http client C
.