pub trait IIGeneratorUserDataDescriptorMethods: IIGeneratorUserDataDescriptor {
// Provided method
fn generate(self, type: impl Into<SystemType>) -> IUserDataDescriptor { ... }
}Provided Methods§
Sourcefn generate(self, type: impl Into<SystemType>) -> IUserDataDescriptor
fn generate(self, type: impl Into<SystemType>) -> IUserDataDescriptor
Generate(::unity::SystemType) 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: IIGeneratorUserDataDescriptor> IIGeneratorUserDataDescriptorMethods for __T
Available on crate feature
moon_sharp-interpreter-interop-igeneratoruserdatadescriptor only.