pub trait DropDownWidgetExt { // Required method fn drop_down(&mut self, path: &[LiveId]) -> DropDownRef; }