Skip to main content

ISortedDictionary_2_KeyValuePairComparer

Trait ISortedDictionary_2_KeyValuePairComparer 

Source
pub trait ISortedDictionary_2_KeyValuePairComparer<T0: ClassIdentity, T1: ClassIdentity>: IComparer_1<KeyValuePair_2<T0, T1>> {
    // Provided methods
    fn key_comparer(self) -> IComparer_1_Interface<T0> { ... }
    fn set_key_comparer(self, value: IComparer_1_Interface<T0>) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§