Skip to main content

IFastAction_2

Trait IFastAction_2 

Source
pub trait IFastAction_2<T0: ClassIdentity, T1: ClassIdentity>: IObject {
    // Provided methods
    fn delegates(self) -> LinkedList_1<Action_2<T0, T1>> { ... }
    fn set_delegates(self, value: LinkedList_1<Action_2<T0, T1>>) { ... }
    fn lookup(
        self,
    ) -> Dictionary_2<Action_2<T0, T1>, LinkedListNode_1<Action_2<T0, T1>>> { ... }
    fn set_lookup(
        self,
        value: Dictionary_2<Action_2<T0, T1>, LinkedListNode_1<Action_2<T0, T1>>>,
    ) { ... }
}

Provided Methods§

Source

fn delegates(self) -> LinkedList_1<Action_2<T0, T1>>

Source

fn set_delegates(self, value: LinkedList_1<Action_2<T0, T1>>)

Source

fn lookup( self, ) -> Dictionary_2<Action_2<T0, T1>, LinkedListNode_1<Action_2<T0, T1>>>

Source

fn set_lookup( self, value: Dictionary_2<Action_2<T0, T1>, LinkedListNode_1<Action_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§