Skip to main content

IExtensionMethodsRegistry_UnresolvedGenericMethodMethods

Trait IExtensionMethodsRegistry_UnresolvedGenericMethodMethods 

Source
pub trait IExtensionMethodsRegistry_UnresolvedGenericMethodMethods: IExtensionMethodsRegistry_UnresolvedGenericMethod {
    // Provided method
    fn ctor(self, mi: impl Into<MethodInfo>, mode: impl Into<InteropAccessMode>) { ... }
}

Provided Methods§

Source

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§

Source§

impl<__T: IExtensionMethodsRegistry_UnresolvedGenericMethod> IExtensionMethodsRegistry_UnresolvedGenericMethodMethods for __T

Available on crate feature moon_sharp-interpreter-interop-user_data_registries-extensionmethodsregistry only.