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 */ }pub type HashMapMutChain<'h, K, V, S = RandomState> = Chain<&'h mut HashMap<K, V, S>>;struct HashMapMutChain<'h, K, V, S = RandomState> { /* private fields */ }