Skip to main content

IDebugUI_Panel

Trait IDebugUI_Panel 

Source
pub trait IDebugUI_Panel: IObject {
    // Provided methods
    fn on_set_dirty(self) -> Action_1<DebugUI_Panel> { ... }
    fn set_on_set_dirty(self, value: Action_1<DebugUI_Panel>) { ... }
}

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§