Skip to main content

IInventorySubMenu_UseMenuItem_ConfirmDialog_YesMenuItemMethods

Trait IInventorySubMenu_UseMenuItem_ConfirmDialog_YesMenuItemMethods 

Source
pub trait IInventorySubMenu_UseMenuItem_ConfirmDialog_YesMenuItemMethods: IInventorySubMenu_UseMenuItem_ConfirmDialog_YesMenuItem {
    // Provided methods
    fn ctor(
        self,
        yes_event_handler: impl Into<InventorySubMenu_UseMenuItem_ConfirmDialog_YesEventHandler>,
    ) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, yes_event_handler: impl Into<InventorySubMenu_UseMenuItem_ConfirmDialog_YesEventHandler>, )

.ctor(crate::app::inventorysubmenu::InventorySubMenu_UseMenuItem_ConfirmDialog_YesEventHandler) 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§