Skip to main content

ImageBlendWidgetRefExt

Trait ImageBlendWidgetRefExt 

Source
pub trait ImageBlendWidgetRefExt {
    // Required methods
    fn image_blend(&self, path: &[LiveId]) -> ImageBlendRef;
    fn as_image_blend(&self) -> ImageBlendRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§