Skip to main content

IconSetWidgetSetExt

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§