Skip to main content

IOrderedDictionary_OrderedDictionaryEnumerator

Trait IOrderedDictionary_OrderedDictionaryEnumerator 

Source
pub trait IOrderedDictionary_OrderedDictionaryEnumerator: IObject {
    // Provided methods
    fn object_return_type(self) -> i32 { ... }
    fn set_object_return_type(self, value: i32) { ... }
    fn array_enumerator(self) -> IEnumerator { ... }
    fn set_array_enumerator(self, value: IEnumerator) { ... }
}

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§