pub trait DesignerToolboxWidgetRefExt {
// Required methods
fn designer_toolbox(&self, path: &[LiveId]) -> DesignerToolboxRef;
fn as_designer_toolbox(&self) -> DesignerToolboxRef;
}
pub trait DesignerToolboxWidgetRefExt {
// Required methods
fn designer_toolbox(&self, path: &[LiveId]) -> DesignerToolboxRef;
fn as_designer_toolbox(&self) -> DesignerToolboxRef;
}