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

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

Something to view in the demo windows

Required methods

pub fn ui(&mut self, ui: &mut Ui)[src]

Loading content...

Implementors

impl View for DancingStrings[src]

impl View for DragAndDropDemo[src]

impl View for FontBook[src]

impl View for Tests[src]

Loading content...