Type Alias rerun::external::eframe::egui::IconPainter
pub type IconPainter = Box<dyn FnOnce(&Ui, Rect, &WidgetVisuals, bool, AboveOrBelow)>;
Expand description
A function that paints the ComboBox
icon
Aliased Type§
struct IconPainter(Unique<dyn FnOnce(&Ui, Rect, &WidgetVisuals, bool, AboveOrBelow)>, Global);
Fields§
§0: Unique<dyn FnOnce(&Ui, Rect, &WidgetVisuals, bool, AboveOrBelow)>
§1: Global