pub trait SearchSetWidgetExt { // Required method fn search_set(&mut self, paths: &[&[LiveId]]) -> SearchSet; }