Skip to main content

ITutorialShowMenuItemMethods

Trait ITutorialShowMenuItemMethods 

Source
pub trait ITutorialShowMenuItemMethods: ITutorialShowMenuItem {
    // Provided methods
    fn ctor(self) { ... }
    fn custom_call(self) -> BasicMenu_Result { ... }
    fn init_content(self) { ... }
    fn set_command_text(self) { ... }
    fn set_help_text(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn custom_call(self) -> BasicMenu_Result

CustomCall() overload

Source

fn init_content(self)

InitContent() overload

Source

fn set_command_text(self)

SetCommandText() overload

Source

fn set_help_text(self)

SetHelpText() 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: ITutorialShowMenuItem> ITutorialShowMenuItemMethods for __T

Available on crate feature root-tutorialshowmenuitem only.