Skip to main content

IDictionary_2_KeyCollection

Trait IDictionary_2_KeyCollection 

Source
pub trait IDictionary_2_KeyCollection<T0: ClassIdentity, T1: ClassIdentity>: IObject {
    // Provided methods
    fn dictionary(self) -> Dictionary_2<T0, T1> { ... }
    fn set_dictionary(self, value: Dictionary_2<T0, T1>) { ... }
}

Provided Methods§

Source

fn dictionary(self) -> Dictionary_2<T0, T1>

Source

fn set_dictionary(self, value: Dictionary_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.

Implementors§