Type Alias makepad_widgets::widget::WidgetDraw
source · pub type WidgetDraw = Result<(), WidgetRef>;
Aliased Type§
enum WidgetDraw {
Ok(()),
Err(WidgetRef),
}
pub type WidgetDraw = Result<(), WidgetRef>;
enum WidgetDraw {
Ok(()),
Err(WidgetRef),
}