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