Trait implementation lrs::hash::xx_hash::XxHash32::Hasher

Objects that can hash other objects.

Syntax

impl Hasher for XxHash32 {
    type Seed = u32;
    type Digest = u32;
}