Trait little::IdentifyValue [] [src]

pub trait IdentifyValue {
    fn identify_value(&self) -> Option<Fingerprint>;
    fn hash_value<H: Sha1Hasher>(&self, hasher: &mut H) -> Result<(), ()>;
}

Required Methods

fn identify_value(&self) -> Option<Fingerprint>

fn hash_value<H: Sha1Hasher>(&self, hasher: &mut H) -> Result<(), ()>

Implementors