Type Alias egui::grid::ColorPickerFn

source ·
type ColorPickerFn = Box<dyn Send + Sync + Fn(usize, &Style) -> Option<Color32>>;

Aliased Type§

struct ColorPickerFn(/* private fields */);