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