Skip to main content

IDebugUIHandlerGroup

Trait IDebugUIHandlerGroup 

Source
pub trait IDebugUIHandlerGroup: IDebugUIHandlerWidget {
    // Provided methods
    fn name_label(self) -> Text { ... }
    fn set_name_label(self, value: Text) { ... }
    fn header(self) -> Transform { ... }
    fn set_header(self, value: Transform) { ... }
    fn m_field(self) -> DebugUI_Container { ... }
    fn set_m_field(self, value: DebugUI_Container) { ... }
    fn m_container(self) -> DebugUIHandlerContainer { ... }
    fn set_m_container(self, value: DebugUIHandlerContainer) { ... }
}

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§