Trait std_ext::wrapper::HashExt

source ·
pub trait HashExt {
    // Provided methods
    fn hash_value(self, h: u64) -> HashWrapper<Self>
       where Self: Sized { ... }
    fn hash_empty(self) -> EmptyHashWrapper<Self>
       where Self: Sized { ... }
}

Provided Methods§

source

fn hash_value(self, h: u64) -> HashWrapper<Self>
where Self: Sized,

source

fn hash_empty(self) -> EmptyHashWrapper<Self>
where Self: Sized,

Implementors§

source§

impl<T: ?Sized> HashExt for T