[go: up one dir, main page]

[][src]Trait egui::demos::Demo

pub trait Demo {
    fn name(&self) -> &str;
fn show(&mut self, ctx: &Arc<Context>, open: &mut bool); }

Something to view

Required methods

fn name(&self) -> &str

fn show(&mut self, ctx: &Arc<Context>, open: &mut bool)

Show windows, etc

Loading content...

Implementors

impl Demo for DancingStrings[src]

impl Demo for DragAndDropDemo[src]

impl Demo for Tests[src]

Loading content...