Trait pathfinder::Hash[][src]

pub trait Hash {
    fn get_hash(&self) -> u64;
}

Required Methods

Implementors