pub trait Renderable {
    fn render(&self, graphics: &mut Graphics<'_>);
}

Required Methods

Implementors