Trait method lrs::hash::Hash::stateful_hash

Hashes the object into a hasher.

Syntax

fn stateful_hash<H>(&self, h: &mut H) -> ()
   where H: Hasher,

Arguments

NameDescription
h

The hasher to hash into.