pub trait ImageBlendWidgetExt {
// Required method
fn image_blend(&self, path: &[LiveId]) -> ImageBlendRef;
}Required Methods§
fn image_blend(&self, path: &[LiveId]) -> ImageBlendRef
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".