pub trait IHubResource: ISingletonClass_1<HubResource> {
// Provided methods
fn resources(self) -> Dictionary_2<Il2CppString, ResourceHandle_2> { ... }
fn set_resources(self, value: Dictionary_2<Il2CppString, ResourceHandle_2>) { ... }
}Provided Methods§
fn resources(self) -> Dictionary_2<Il2CppString, ResourceHandle_2>
fn set_resources(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.