pub trait ISortGeneric_ElementComparer_1Methods<T0: ClassIdentity>: ClassIdentity {
// Provided methods
fn compare(self, a: T0, b: T0) -> i32
where Self: Sized { ... }
fn ctor(self)
where Self: Sized { ... }
}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.