Skip to main content

IConcurrentDictionary_2_DictionaryEnumerator

Trait IConcurrentDictionary_2_DictionaryEnumerator 

Source
pub trait IConcurrentDictionary_2_DictionaryEnumerator<T0: ClassIdentity, T1: ClassIdentity>: IObject {
    // Provided methods
    fn enumerator(self) -> IEnumerator_1<KeyValuePair_2<T0, T1>> { ... }
    fn set_enumerator(self, value: IEnumerator_1<KeyValuePair_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§