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