Skip to main content

IArenaExpUnitSelectMenu

Trait IArenaExpUnitSelectMenu 

Source
pub trait IArenaExpUnitSelectMenu: IBasicMenu {
    // Provided methods
    fn m_help_event_handler(self) -> ArenaExpUnitSelectMenu_HelpEventHandler { ... }
    fn set_m_help_event_handler(
        self,
        value: ArenaExpUnitSelectMenu_HelpEventHandler,
    ) { ... }
}

Provided Methods§

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§