Skip to main content

val

Function val 

Source
pub fn val<K, V>(kv: KeyVal<'_, K, V>) -> Val<'_, V>
Expand description

Returns the value component of a database pair.

The pair is consumed and its key component is dropped. No serialization or allocation is performed by this projection.