Skip to main content

ISortGeneric_DelegateComparer_1

Trait ISortGeneric_DelegateComparer_1 

Source
pub trait ISortGeneric_DelegateComparer_1<T0: ClassIdentity>: IObject {
    // Provided methods
    fn m_comparison(self) -> Comparison_1<T0> { ... }
    fn set_m_comparison(self, value: Comparison_1<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§