Type Definition xrl::ClientResult [] [src]

type ClientResult<T> = Box<Future<Item = T, Error = ClientError>>;

A future returned by all the Client's method.