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