Type Alias litemap::store::vec_impl::MapFMut

source ยท
type MapFMut<K, V> = fn(_: &mut (K, V)) -> (&K, &mut V);