Trait fasthash::Fingerprint
[−]
[src]
pub trait Fingerprint<T> {
fn fingerprint(&self) -> T;
}Generate a good, portable, forever-fixed hash value
Required Methods
fn fingerprint(&self) -> T
This is intended to be a good fingerprinting primitive.