Skip to main content

KeyVal

Type Alias KeyVal 

Source
pub type KeyVal<'a, K = &'a Slice, V = &'a Slice> = (Key<'a, K>, Val<'a, V>);