pub trait HasHash {
    fn hash_fn(&self) -> &HashFn;
}

Required Methods

Implementations on Foreign Types

Implementors