pub trait Fingerprint {
    fn fingerprint(&self) -> u64;
}

Required methods

Implementations on Foreign Types

Implementors