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