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

Required Methods

Implementors