pub trait ISortedDictionary_2_ValueCollection<T0: ClassIdentity, T1: ClassIdentity>: IObject {
// Provided methods
fn dictionary(self) -> SortedDictionary_2<T0, T1> { ... }
fn set_dictionary(self, value: SortedDictionary_2<T0, T1>) { ... }
}Provided Methods§
fn dictionary(self) -> SortedDictionary_2<T0, T1>
fn set_dictionary(self, value: SortedDictionary_2<T0, T1>)
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.