pub trait IEmptyReadOnlyDictionaryInternal_NodeEnumeratorMethods: IEmptyReadOnlyDictionaryInternal_NodeEnumerator {
// Provided methods
fn ctor(self) { ... }
fn move_next(self) -> bool { ... }
fn get_current(self) -> Object { ... }
fn reset(self) { ... }
fn get_key(self) -> Object { ... }
fn get_value(self) -> Object { ... }
fn get_entry(self) -> DictionaryEntry { ... }
}Provided Methods§
Sourcefn get_current(self) -> Object
fn get_current(self) -> Object
get_Current() overload
Sourcefn get_entry(self) -> DictionaryEntry
fn get_entry(self) -> DictionaryEntry
get_Entry() overload
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§
impl<__T: IEmptyReadOnlyDictionaryInternal_NodeEnumerator> IEmptyReadOnlyDictionaryInternal_NodeEnumeratorMethods for __T
Available on crate feature
system-collections-emptyreadonlydictionaryinternal only.