pub trait DropDownSetWidgetExt {
// Required method
fn drop_down_set(&mut self, paths: &[&[LiveId]]) -> DropDownSet;
}pub trait DropDownSetWidgetExt {
// Required method
fn drop_down_set(&mut self, paths: &[&[LiveId]]) -> DropDownSet;
}