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