Skip to main content

IFastAction_1

Trait IFastAction_1 

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

Provided Methods§

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§