Type Definition hashbrown::hash_map::DefaultHashBuilder
source · pub type DefaultHashBuilder = BuildHasherDefault<AHasher>;Expand description
Default hasher for HashMap.
pub type DefaultHashBuilder = BuildHasherDefault<AHasher>;Default hasher for HashMap.