Skip to main content

IUnitSelectMenu_2

Trait IUnitSelectMenu_2 

Source
pub trait IUnitSelectMenu_2: IBasicMenu {
    // Provided methods
    fn m_close_callback(self) -> Action { ... }
    fn set_m_close_callback(self, value: Action) { ... }
}

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§