Trait implementation lrs::hash::xx_hash::XxHash64::Hasher

Objects that can hash other objects.

Syntax

impl Hasher for XxHash64 {
    type Seed = u64;
    type Digest = u64;
}