Trait method lrs::hash::Hash::stateful_hash_slice

Hashes a slice of objects into a hasher.

Syntax

fn stateful_hash_slice<H>(val: &[Self], h: &mut H) -> ()
   where H: Hasher,

Arguments

NameDescription
val

The objects to hash.

h

The hasher to hash into.