Skip to main content

IInvokableCall_2

Trait IInvokableCall_2 

Source
pub trait IInvokableCall_2<T0: ClassIdentity, T1: ClassIdentity>: IBaseInvokableCall {
    // Provided methods
    fn delegate(self) -> UnityAction_2<T0, T1> { ... }
    fn set_delegate(self, value: UnityAction_2<T0, T1>) { ... }
}

Provided Methods§

Source

fn delegate(self) -> UnityAction_2<T0, T1>

Source

fn set_delegate(self, value: UnityAction_2<T0, T1>)

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§