Skip to main content

Val

Type Alias Val 

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

Database value, borrowing a raw byte slice by default.

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