Skip to main content

IInvokableCall_1

Trait IInvokableCall_1 

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

Provided Methods§

Source

fn delegate(self) -> UnityAction_1<T0>

Source

fn set_delegate(self, value: UnityAction_1<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§