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§
fn on_set_dirty(self) -> Action_1<DebugUI_Panel>
fn set_on_set_dirty(self, value: Action_1<DebugUI_Panel>)
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.