Trait IconWidgetRefExt

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

Required Methods§

Source

fn icon(&self, path: &[LiveId]) -> IconRef

Source

fn as_icon(&self) -> IconRef

Implementors§