pub trait IExtensionMethodsRegistry_UnresolvedGenericMethodMethods: IExtensionMethodsRegistry_UnresolvedGenericMethod {
// Provided method
fn ctor(self, mi: impl Into<MethodInfo>, mode: impl Into<InteropAccessMode>) { ... }
}Provided Methods§
Sourcefn ctor(self, mi: impl Into<MethodInfo>, mode: impl Into<InteropAccessMode>)
fn ctor(self, mi: impl Into<MethodInfo>, mode: impl Into<InteropAccessMode>)
.ctor(crate::system::reflection::methodinfo::MethodInfo, crate::moon_sharp::interpreter::interopaccessmode::InteropAccessMode) 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: IExtensionMethodsRegistry_UnresolvedGenericMethod> IExtensionMethodsRegistry_UnresolvedGenericMethodMethods for __T
Available on crate feature
moon_sharp-interpreter-interop-user_data_registries-extensionmethodsregistry only.