pub trait IAutomaticRegistrationPolicyMethods: IAutomaticRegistrationPolicy {
// Provided methods
fn allow_type_auto_registration(self, type: impl Into<SystemType>) -> bool { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn allow_type_auto_registration(self, type: impl Into<SystemType>) -> bool
fn allow_type_auto_registration(self, type: impl Into<SystemType>) -> bool
AllowTypeAutoRegistration(::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: IAutomaticRegistrationPolicy> IAutomaticRegistrationPolicyMethods for __T
Available on crate feature
moon_sharp-interpreter-interop-registration_policies-automaticregistrationpolicy only.