Type Alias KeyMut

Source
pub type KeyMut<'a, T> = &'a mut KeyCellMut<'a, T>;
Expand description

Mutable reference to KeyCellMut.