Trait Drawable

Source
pub trait Drawable {
    // Required method
    fn draw(&self, context: &mut DrawContext, graphics: &mut Graphics<Vertex>);
}

Required Methods§

Source

fn draw(&self, context: &mut DrawContext, graphics: &mut Graphics<Vertex>)

Implementors§