Skip to main content

IMultiDictionary_2

Trait IMultiDictionary_2 

Source
pub trait IMultiDictionary_2<T0: ClassIdentity, T1: ClassIdentity>: IObject {
    // Provided methods
    fn m_map(self) -> Dictionary_2<T0, List_1<T1>> { ... }
    fn set_m_map(self, value: Dictionary_2<T0, List_1<T1>>) { ... }
    fn m_default_ret(self) -> Array<T1> { ... }
    fn set_m_default_ret(self, value: Array<T1>) { ... }
}

Provided Methods§

Source

fn m_map(self) -> Dictionary_2<T0, List_1<T1>>

Source

fn set_m_map(self, value: Dictionary_2<T0, List_1<T1>>)

Source

fn m_default_ret(self) -> Array<T1>

Source

fn set_m_default_ret(self, value: Array<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§