pub trait ISingletonPool_2_ComparerMethods<T0: ClassIdentity, T1: ClassIdentity>: ClassIdentity {
// Provided methods
fn compare(self, x: T1, y: T1) -> 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.