Type Alias egui_ash::RedrawHandler

source ·
pub type RedrawHandler = Box<dyn FnOnce(PhysicalSize<u32>, EguiCommand) + Send>;
Expand description

redraw handler type.

Aliased Type§

struct RedrawHandler(/* private fields */);