pub trait HasGraphics<G: Graphics> { // Required method fn graphics(&mut self) -> &mut G; }
Get the graphics component from a capable backend