pub trait DesignerToolboxWidgetRefExt {
// Required methods
fn designer_toolbox(&self, path: &[LiveId]) -> DesignerToolboxRef;
fn as_designer_toolbox(&self) -> DesignerToolboxRef;
}Required Methods§
fn designer_toolbox(&self, path: &[LiveId]) -> DesignerToolboxRef
fn as_designer_toolbox(&self) -> DesignerToolboxRef
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".