Type Definition ruma::client::ResponseResult[][src]

type ResponseResult<C, R> = Result<<R as OutgoingRequest>::IncomingResponse, Error<<C as HttpClient>::Error, <R as OutgoingRequest>::EndpointError>>;
This is supported on crate feature client only.
Expand description

The result of sending the request R with the http client C.