Skip to main content

IListDictionary_DictionaryNode

Trait IListDictionary_DictionaryNode 

Source
pub trait IListDictionary_DictionaryNode: IObject {
    // Provided methods
    fn key(self) -> IlInstance { ... }
    fn set_key(self, value: IlInstance) { ... }
    fn value(self) -> IlInstance { ... }
    fn set_value(self, value: IlInstance) { ... }
    fn next(self) -> ListDictionary_DictionaryNode { ... }
    fn set_next(self, value: ListDictionary_DictionaryNode) { ... }
}

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§