Trait IconSetWidgetSetExt

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

Required Methods§

Source

fn icon_set(&self, paths: &[&[LiveId]]) -> IconSet

Source

fn as_icon_set(&self) -> IconSet

Implementors§