Type Definition hrpc::ClientResult[][src]

type ClientResult<T> = Result<T, ClientError>;

Convenience type for [Client] operation result.