pub trait ImageWidgetRefExt { // Required methods fn image(&self, path: &[LiveId]) -> ImageRef; fn as_image(&self) -> ImageRef; }