pub trait IconWidgetRefExt { // Required methods fn icon(&self, path: &[LiveId]) -> IconRef; fn as_icon(&self) -> IconRef; }