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