Trait pathfinder::Hash

source ·
pub trait Hash {
    fn hash(&self) -> u64;
}
Expand description

Provides the function to retrieve a hash from a structure.

Required Methods§

Implementors§