[−][src]Trait egui_web::backend::App
Implement this trait to write apps that can be compiled both natively using the egui_glium crate,
and deployed as a web site using the egui_web crate.
Required methods
fn ui(&mut self, ui: &mut Ui, backend: &mut dyn Backend)
Called each time the UI needs repainting, which may be many times per second.