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