Type Definition etcd::kv::FutureKeyValueInfo [] [src]

type FutureKeyValueInfo = Box<Future<Item = Response<KeyValueInfo>, Error = Vec<Error>>>;

The future returned by most key-value API calls.

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