Searched defs:map_insert (Results 1 – 2 of 2) sorted by relevance
718 fn map_insert( in map_insert() function
98 fn map_insert(map: MapMut<K, Self>, key: View<'_, K>, value: impl IntoProxied<Self>) -> bool; in map_insert() method