Skip to main content

IconWidgetRefExt

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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§