pub trait ITreeSet_1Methods<T0: ClassIdentity>: ClassIdentity {
// Provided methods
fn ctor(self)
where Self: Sized { ... }
fn ctor_2(self, comparer: IComparer_1_Interface<T0>)
where Self: Sized { ... }
fn add_if_not_present(self, item: T0) -> bool
where Self: Sized { ... }
}Provided Methods§
fn ctor(self)where
Self: Sized,
fn ctor_2(self, comparer: IComparer_1_Interface<T0>)where
Self: Sized,
fn add_if_not_present(self, item: T0) -> boolwhere
Self: Sized,
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.