IconPainter

Type Alias IconPainter 

Source
pub type IconPainter = Box<dyn FnOnce(&mut Ui, f32, &Response)>;
Expand description

A function that paints an icon indicating if the region is open or not

Aliased Typeยง

pub struct IconPainter(/* private fields */);