pub trait ImageSetWidgetSetExt { // Required methods fn image_set(&self, paths: &[&[LiveId]]) -> ImageSet; fn as_image_set(&self) -> ImageSet; }