Skip to main content

IMainMenuSequence_FinalConfirmDialog_NoDialogItemMethods

Trait IMainMenuSequence_FinalConfirmDialog_NoDialogItemMethods 

Source
pub trait IMainMenuSequence_FinalConfirmDialog_NoDialogItemMethods: IMainMenuSequence_FinalConfirmDialog_NoDialogItem {
    // Provided methods
    fn ctor(self) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() 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§