pub trait IconSetWidgetSetExt { // Required methods fn icon_set(&self, paths: &[&[LiveId]]) -> IconSet; fn as_icon_set(&self) -> IconSet; }