Type Definition ruma_client::ResponseResult[][src]

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.