pub fn get<C>(
client: &Client<C>,
key: &str,
options: GetOptions,
) -> impl Future<Item = Response<KeyValueInfo>, Error = Vec<Error>> + Sendpub fn get<C>(
client: &Client<C>,
key: &str,
options: GetOptions,
) -> impl Future<Item = Response<KeyValueInfo>, Error = Vec<Error>> + Send