pub trait RenderQueue: Send + Sync + 'static { // Required method fn execute(&self, f: Box<dyn FnOnce()>); }