Skip to main content

OrdHashExt

Trait OrdHashExt 

Source
pub trait OrdHashExt {
    // Provided methods
    fn neq_ord_hash(self, h: u64) -> NeqOrdHashWrapper<Self>
       where Self: Sized { ... }
    fn neq_ord_empty(self) -> NeqOrdEmptyHashWrapper<Self>
       where Self: Sized { ... }
}

Provided Methods§

Source

fn neq_ord_hash(self, h: u64) -> NeqOrdHashWrapper<Self>
where Self: Sized,

Source

fn neq_ord_empty(self) -> NeqOrdEmptyHashWrapper<Self>
where Self: Sized,

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T: ?Sized> OrdHashExt for T