pub trait ListSetWidgetSetExt { // Required methods fn list_set(&self, paths: &[&[LiveId]]) -> ListSet; fn as_list_set(&self) -> ListSet; }