pub trait IInvokableCall_3<T0: ClassIdentity, T1: ClassIdentity, T2: ClassIdentity>: IBaseInvokableCall {
// Provided methods
fn delegate(self) -> UnityAction_3<T0, T1, T2> { ... }
fn set_delegate(self, value: UnityAction_3<T0, T1, T2>) { ... }
}Provided Methods§
fn delegate(self) -> UnityAction_3<T0, T1, T2>
fn set_delegate(self, value: UnityAction_3<T0, T1, T2>)
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.