Type Alias KeyRef

Source
pub type KeyRef<'a, T> = &'a KeyCellRef<'a, T>;
Expand description

Reference to KeyCellRef.