Skip to main content

IChallengeMenuItemMethods

Trait IChallengeMenuItemMethods 

Source
pub trait IChallengeMenuItemMethods: IChallengeMenuItem {
    // Provided methods
    fn ctor(
        self,
        is_get_all_tutorial: impl Into<bool>,
        decide_event_handler: impl Into<TutorialListTopMenu_DecideEventHandler>,
    ) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, is_get_all_tutorial: impl Into<bool>, decide_event_handler: impl Into<TutorialListTopMenu_DecideEventHandler>, )

.ctor(bool, crate::root::tutoriallisttopmenu::TutorialListTopMenu_DecideEventHandler) 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§

Source§

impl<__T: IChallengeMenuItem> IChallengeMenuItemMethods for __T

Available on crate feature root-challengemenuitem only.