Skip to main content

ISaveDataMenu_DeleteConfirmDialog_YesDialogItemMethods

Trait ISaveDataMenu_DeleteConfirmDialog_YesDialogItemMethods 

Source
pub trait ISaveDataMenu_DeleteConfirmDialog_YesDialogItemMethods: ISaveDataMenu_DeleteConfirmDialog_YesDialogItem {
    // Provided methods
    fn ctor(
        self,
        save_data_header_handle: impl Into<GameSaveDataHeaderReader_Handle>,
    ) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, save_data_header_handle: impl Into<GameSaveDataHeaderReader_Handle>, )

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