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