pub trait ListSetWidgetExt { // Required method fn list_set(&mut self, paths: &[&[LiveId]]) -> ListSet; }