swap_hash_map_entries

Function swap_hash_map_entries 

Source
pub fn swap_hash_map_entries<K0, K1, V>(
    entry0: Entry<'_, K0, V>,
    entry1: Entry<'_, K1, V>,
)
Expand description

Swaps the content of two hash map entries.