Type Alias HashMapMutChain

Source
pub type HashMapMutChain<'h, K, V, S = RandomState> = Chain<&'h mut HashMap<K, V, S>>;

Aliased Typeยง

struct HashMapMutChain<'h, K, V, S = RandomState> { /* private fields */ }