Trait pfds::Hashable[][src]

pub trait Hashable {
    fn hash(&self) -> usize;
}

Required methods

Implementors