pub trait UniverseCommand: Send + Sync { // Required method fn run(&mut self, universe: &mut Universe); }