[][src]Trait pathfinder::traits::Hash

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

Required methods

fn hash(&self) -> u64

Loading content...

Implementors

impl Hash for Group[src]

impl Hash for HL[src]

Provides the function to retrieve a hash from a structure.

impl Hash for Node[src]

Loading content...