pub trait IHierarchyCache: IObject {
// Provided methods
fn dic(self) -> Dictionary_2<Il2CppString, Transform> { ... }
fn set_dic(self, value: Dictionary_2<Il2CppString, Transform>) { ... }
}Provided Methods§
fn dic(self) -> Dictionary_2<Il2CppString, Transform>
fn set_dic(self, value: Dictionary_2<Il2CppString, Transform>)
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.