pub trait Fingerprint<T: PrimInt> {
// Required method
fn fingerprint(&self) -> T;
}Expand description
Generate a good, portable, forever-fixed hash value
Required Methods§
Sourcefn fingerprint(&self) -> T
fn fingerprint(&self) -> T
This is intended to be a good fingerprinting primitive.