pub trait RenderRunner: Send + Sync { // Required method fn run(&mut self) -> Result<(), Box<dyn Error + Send + 'static>>; }
Will error if fails to run