Skip to main content

MultiImageWidgetRefExt

Trait MultiImageWidgetRefExt 

Source
pub trait MultiImageWidgetRefExt {
    // Required methods
    fn multi_image(&self, path: &[LiveId]) -> MultiImageRef;
    fn as_multi_image(&self) -> MultiImageRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§