Drawable

Trait Drawable 

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

Required Methods§

Source

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

Implementors§