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

Returns the hash of the object.

Syntax

fn hash<H, S>(&self, seed: S) -> <H as Hasher>::Digest
   where H: Hasher,
         S: Into<<H as Hasher>::Seed>,

Arguments

NameDescription
seed

A seed for the hasher.