pub trait IDebugUI_Field_1<T0: ClassIdentity>: IDebugUI_Widget {
// Provided methods
fn on_value_changed(self) -> Action_2<DebugUI_Field_1<T0>, T0> { ... }
fn set_on_value_changed(self, value: Action_2<DebugUI_Field_1<T0>, T0>) { ... }
}Provided Methods§
fn on_value_changed(self) -> Action_2<DebugUI_Field_1<T0>, T0>
fn set_on_value_changed(self, value: Action_2<DebugUI_Field_1<T0>, T0>)
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.