Skip to main content

BuildIntHasher

Type Alias BuildIntHasher 

Source
pub type BuildIntHasher<T> = BuildHasherDefault<IntHasher<T>>;
Available on crate features msg or queue only.
Expand description

IntHasher builder use for

Aliased Typeยง

pub struct BuildIntHasher<T>(/* private fields */);