pub trait IJsonAssetProviderMethods: IJsonAssetProvider {
// Provided methods
fn convert(
self,
type: impl Into<SystemType>,
text: impl Into<Il2CppString>,
) -> Object { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn convert(
self,
type: impl Into<SystemType>,
text: impl Into<Il2CppString>,
) -> Object
fn convert( self, type: impl Into<SystemType>, text: impl Into<Il2CppString>, ) -> Object
Convert(::unity::SystemType, ::unity::Il2CppString) overload
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§
impl<__T: IJsonAssetProvider> IJsonAssetProviderMethods for __T
Available on crate feature
unity_engine-resource_management-resource_providers-jsonassetprovider only.