Skip to main content

ISortedDictionary_2_ValueCollection

Trait ISortedDictionary_2_ValueCollection 

Source
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§

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§