Type Definition hrpc::client::error::ClientResult

source · []
pub type ClientResult<T, TransportError> = Result<T, ClientError<TransportError>>;
Expand description

Convenience type for Client operation result.