pub type IconPainter = Box<dyn FnOnce(&Ui, Rect, &WidgetVisuals, bool, AboveOrBelow)>;Expand description
A function that paints the ComboBox icon
Aliased Typeยง
pub struct IconPainter(/* private fields */);pub type IconPainter = Box<dyn FnOnce(&Ui, Rect, &WidgetVisuals, bool, AboveOrBelow)>;A function that paints the ComboBox icon
pub struct IconPainter(/* private fields */);