Trait makepad_widgets::makepad_platform::AppMain
pub trait AppMain {
// Required method
fn handle_event(&mut self, cx: &mut Cx, event: &Event);
}pub trait AppMain {
// Required method
fn handle_event(&mut self, cx: &mut Cx, event: &Event);
}