Type Alias massa_models::prehash::BuildHashMapper

source ·
pub type BuildHashMapper<T> = BuildHasherDefault<HashMapper<T>>;
Expand description

BuildHasherDefault specialization for HashMapper

Aliased Type§

struct BuildHashMapper<T>(/* private fields */);