Skip to main content

IShopSellYesNoDialogMethods

Trait IShopSellYesNoDialogMethods 

Source
pub trait IShopSellYesNoDialogMethods: IShopSellYesNoDialog {
    // Provided methods
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        menu_content: impl Into<BasicDialogContent>,
    ) { ... }
    fn on_close(self) { ... }
}

Provided Methods§

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<BasicDialogContent>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::basicdialogcontent::BasicDialogContent) overload

Source

fn on_close(self)

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

Source§

impl<__T: IShopSellYesNoDialog> IShopSellYesNoDialogMethods for __T

Available on crate feature app-shopsellyesnodialog only.