Type Alias HashMapChain

Source
pub type HashMapChain<K, V, S = RandomState> = Chain<HashMap<K, V, S>>;

Aliased Typeยง

struct HashMapChain<K, V, S = RandomState> { /* private fields */ }