Skip to main content

IDelegateProxyFactory_2

Trait IDelegateProxyFactory_2 

Source
pub trait IDelegateProxyFactory_2<T0: ClassIdentity, T1: ClassIdentity>: IObject {
    // Provided methods
    fn wrap_delegate(self) -> Func_2<T1, T0> { ... }
    fn set_wrap_delegate(self, value: Func_2<T1, T0>) { ... }
}

Provided Methods§

Source

fn wrap_delegate(self) -> Func_2<T1, T0>

Source

fn set_wrap_delegate(self, value: Func_2<T1, T0>)

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§