Fingerprint

Trait Fingerprint 

Source
pub trait Fingerprint {
    // Required method
    fn fingerprint(&self, epoch: SystemTime) -> Result<Fp>;
}

Required Methods§

Source

fn fingerprint(&self, epoch: SystemTime) -> Result<Fp>

Implementations on Foreign Types§

Source§

impl Fingerprint for Metadata

Source§

fn fingerprint(&self, epoch: SystemTime) -> Result<Fp>

Implementors§