Skip to main content

MultiImageSetWidgetRefExt

Trait MultiImageSetWidgetRefExt 

Source
pub trait MultiImageSetWidgetRefExt {
    // Required method
    fn multi_image_set(&self, paths: &[&[LiveId]]) -> MultiImageSet;
}

Required Methods§

Source

fn multi_image_set(&self, paths: &[&[LiveId]]) -> MultiImageSet

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§