Skip to main content

IMapHistory_IdMapBase_1

Trait IMapHistory_IdMapBase_1 

Source
pub trait IMapHistory_IdMapBase_1<T0: ClassIdentity>: ISingletonClass_1<T0> {
    // Provided methods
    fn m_ids(self) -> List_1<Il2CppString> { ... }
    fn set_m_ids(self, value: List_1<Il2CppString>) { ... }
    fn m_id_index_dict(self) -> Dictionary_2<Il2CppString, u8> { ... }
    fn set_m_id_index_dict(self, value: Dictionary_2<Il2CppString, u8>) { ... }
}

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§