Skip to main content

ImageSetWidgetRefExt

Trait ImageSetWidgetRefExt 

Source
pub trait ImageSetWidgetRefExt {
    // Required method
    fn image_set(&self, paths: &[&[LiveId]]) -> ImageSet;
}

Required Methods§

Source

fn image_set(&self, paths: &[&[LiveId]]) -> ImageSet

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§