Skip to main content

IMapSequenceEditor_ClearObjectsSequence_ClearObjectsConfirmDialog_YesItemMethods

Trait IMapSequenceEditor_ClearObjectsSequence_ClearObjectsConfirmDialog_YesItemMethods 

Source
pub trait IMapSequenceEditor_ClearObjectsSequence_ClearObjectsConfirmDialog_YesItemMethods: IMapSequenceEditor_ClearObjectsSequence_ClearObjectsConfirmDialog_YesItem {
    // Provided methods
    fn ctor(self, a_callback: impl Into<Action>) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor(self, a_callback: impl Into<Action>)

.ctor(crate::system::action::Action) overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

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§