Skip to main content

ISerializedDictionary_2

Trait ISerializedDictionary_2 

Source
pub trait ISerializedDictionary_2<T0: ClassIdentity, T1: ClassIdentity>: IDictionary_2<T0, T1> {
    // Provided methods
    fn m_keys(self) -> List_1<T0> { ... }
    fn set_m_keys(self, value: List_1<T0>) { ... }
    fn m_values(self) -> List_1<T1> { ... }
    fn set_m_values(self, value: List_1<T1>) { ... }
}

Provided Methods§

Source

fn m_keys(self) -> List_1<T0>

Source

fn set_m_keys(self, value: List_1<T0>)

Source

fn m_values(self) -> List_1<T1>

Source

fn set_m_values(self, value: List_1<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§