pub type RedrawHandler = Box<dyn FnOnce(PhysicalSize<u32>, EguiCommand) + Send>;Expand description
redraw handler type.
Aliased Typeยง
pub struct RedrawHandler(/* private fields */);pub type RedrawHandler = Box<dyn FnOnce(PhysicalSize<u32>, EguiCommand) + Send>;redraw handler type.
pub struct RedrawHandler(/* private fields */);