pub fn for_hashmap_key_mut<K, V>( key: K, ) -> WritableOptionalKeyPath<HashMap<K, V>, V, impl for<'r> Fn(&'r mut HashMap<K, V>) -> Option<&'r mut V>>where K: Hash + Eq + Clone + 'static, V: 'static,
Create a writable keypath for key-based access in HashMap<K, V>