Type Definition grebedb::KeyValuePair[][src]

type KeyValuePair = (Vec<u8>, Vec<u8>);
Expand description

Type alias for an owned key-value pair.