[][src]Trait pathfinder::Hash

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

Provides the function to retrieve a hash from a structure.

Required methods

fn hash(&self) -> u64

Loading content...

Implementors

impl Hash for Group
[src]

impl Hash for HL
[src]

impl Hash for Node
[src]

Loading content...