Skip to main content

IIProxyFactory_2Methods

Trait IIProxyFactory_2Methods 

Source
pub trait IIProxyFactory_2Methods<T0: ClassIdentity, T1: ClassIdentity>: ClassIdentity {
    // Provided method
    fn create_proxy_object(self, target: T1) -> T0
       where Self: Sized + Into<IlInstance> { ... }
}

Provided Methods§

Source

fn create_proxy_object(self, target: T1) -> T0
where Self: Sized + Into<IlInstance>,

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§