Type Definition rustc_data_structures::sharded::ShardedHashMap[][src]

pub type ShardedHashMap<K, V> = Sharded<FxHashMap<K, V>>;

Implementations