Skip to main content

ColorPickerSetWidgetRefExt

Trait ColorPickerSetWidgetRefExt 

Source
pub trait ColorPickerSetWidgetRefExt {
    // Required method
    fn color_picker_set(&self, paths: &[&[LiveId]]) -> ColorPickerSet;
}

Required Methods§

Source

fn color_picker_set(&self, paths: &[&[LiveId]]) -> ColorPickerSet

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§