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§
fn wrap_delegate(self) -> Func_2<T1, T0>
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.