Trait did_key::Fingerprint[][src]

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

Required methods

Implementors