Skip to main content

IIComparer_1_InterfaceMethods

Trait IIComparer_1_InterfaceMethods 

Source
pub trait IIComparer_1_InterfaceMethods<T0: ClassIdentity>: ClassIdentity {
    // Provided method
    fn compare(self, x: T0, y: T0) -> i32
       where Self: Sized + Into<IlInstance> { ... }
}

Provided Methods§

Source

fn compare(self, x: T0, y: T0) -> i32
where Self: Sized + Into<IlInstance>,

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§