Skip to main content

HashMapRefMut

Type Alias HashMapRefMut 

Source
pub type HashMapRefMut<'a, K, V> = IndexMapRefMut<'a, K, V>;
Expand description

Backwards-compatible alias kept for callers of dark_std::sync::map_index::HashMapRefMut.

Aliased Typeยง

pub struct HashMapRefMut<'a, K, V> { /* private fields */ }