Trait quicksilver::graphics::Drawable[][src]

pub trait Drawable {
    fn draw(&self, _: &mut Window);
}

Some object that can be drawn to the screen

Required Methods

Draw the object to the window

Implementors