[][src]Trait alt_std::hash::Hash

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

Required methods

fn hash(&self) -> usize

Loading content...

Implementors

impl Hash for String[src]

impl Hash for i32[src]

impl<'_> Hash for &'_ [u8][src]

Loading content...