Skip to main content

IMapSequenceEditor_SaveSequence_UploadConfirmDialogMethods

Trait IMapSequenceEditor_SaveSequence_UploadConfirmDialogMethods 

Source
pub trait IMapSequenceEditor_SaveSequence_UploadConfirmDialogMethods: IMapSequenceEditor_SaveSequence_UploadConfirmDialog {
    // Provided methods
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        cancel_callback: impl Into<Action>,
    ) { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, cancel_callback: impl Into<Action>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::system::action::Action) 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§