Trait View
egui::demos
pub trait View { fn ui(&mut self, ui: &mut Ui); }
Something to view in the demo windows
fn ui(&mut self, ui: &mut Ui)
impl View for DancingStrings
impl View for DragAndDropDemo
impl View for Tests