[go: up one dir, main page]

[][src]Trait egui::demos::View

pub trait View {
    fn ui(&mut self, ui: &mut Ui);
}

Something to view in the demo windows

Required methods

fn ui(&mut self, ui: &mut Ui)

Loading content...

Implementors

impl View for DancingStrings[src]

impl View for DragAndDropDemo[src]

impl View for Tests[src]

Loading content...