pub trait DepTrackingHash {
    fn hash(
        &self,
        hasher: &mut DefaultHasher,
        error_format: ErrorOutputType,
        for_crate_hash: bool
    ); }

Required Methods

Implementations on Foreign Types

Implementors