etcd::KeySpaceResult [] [src]

type KeySpaceResult = Result<KeySpaceInfo, Vec<Error>>;

The result type returned by all key space API calls.

On success, information about the result of the operation. On failure, an error for each cluster member that failed.