Type Definition rsmc_core::client::BulkOkResponse[][src]

pub type BulkOkResponse<V> = HashMap<Vec<u8>, V>;
Expand description

The result of of a multi_get() request. A map of all of keys for which memcached returned a found response, and their corresponding values.