pub trait ISortieUnitSelect_ConfirmBattleSequenceMethods: ISortieUnitSelect_ConfirmBattleSequence {
// Provided methods
fn ctor(self, parent_menu: impl Into<BasicMenu>) { ... }
fn on_dispose(self) { ... }
fn create_dialog(self) { ... }
}Provided Methods§
Sourcefn ctor(self, parent_menu: impl Into<BasicMenu>)
fn ctor(self, parent_menu: impl Into<BasicMenu>)
.ctor(crate::app::basicmenu::BasicMenu) overload
Sourcefn on_dispose(self)
fn on_dispose(self)
OnDispose() overload
Sourcefn create_dialog(self)
fn create_dialog(self)
CreateDialog() 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§
impl<__T: ISortieUnitSelect_ConfirmBattleSequence> ISortieUnitSelect_ConfirmBattleSequenceMethods for __T
Available on crate feature
app-sortieunitselect only.