Skip to main content

Key

Type Alias Key 

Source
pub type Key<'a, T = &'a Slice> = T;
Expand description

Database key, borrowing a raw byte slice by default.

Substitute T for a decoded or owned key type. The alias adds no runtime wrapper.