Skip to main content

IGroupItemScope

Trait IGroupItemScope 

Source
pub trait IGroupItemScope: IObject {
    // Provided methods
    fn m_menu(self) -> DebugMenu { ... }
    fn set_m_menu(self, value: DebugMenu) { ... }
}

Provided Methods§

Source

fn m_menu(self) -> DebugMenu

Source

fn set_m_menu(self, value: DebugMenu)

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§