pub trait IUnityAssetsScriptLoader: IScriptLoaderBase {
// Provided methods
fn m_resources(self) -> Dictionary_2<Il2CppString, Il2CppString> { ... }
fn set_m_resources(self, value: Dictionary_2<Il2CppString, Il2CppString>) { ... }
}Provided Methods§
fn m_resources(self) -> Dictionary_2<Il2CppString, Il2CppString>
fn set_m_resources(self, value: Dictionary_2<Il2CppString, Il2CppString>)
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.