pub trait RenderSystem { // Required method fn run(&mut self, graphics_objects: Arc<GraphicsObjects>); }