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

Represents anything that Graphics can render

Required Methods§

Implementors§