Type Alias MapFMut

Source
type MapFMut<K, V> = fn(&mut (K, V)) -> (&K, &mut V);