pub type DefaultBuildHasher = RandomState;Expand description
The default hasher used by TxMap.
When the rapidhash feature is enabled (default), this is
rapidhash::fast::RandomState; otherwise it falls back to
std::hash::RandomState.
Aliased Typeยง
pub struct DefaultBuildHasher { /* private fields */ }