Struct stable_hash::utils::StableHasherWrapper
source · [−]pub struct StableHasherWrapper<H, Seq> { /* private fields */ }Expand description
Wraps a Hasher to implement StableHasher. It must be known that the Hasher behaves in a consistent manner regardless of platform or process.
Trait Implementations
Returns the “default value” for a type. Read more