[][src]Trait scaly::containers::hashset::Hash

pub trait Hash<T: ?Sized = Self>: Equal<T> {
    fn hash(&self) -> usize;
}

Required methods

fn hash(&self) -> usize

Loading content...

Implementors

impl Hash<String> for String[src]

impl<T: Hash<T>> Hash<T> for Ref<T>[src]

Loading content...