pub trait Fix: 'static + Send + Sync { // Required method fn fix(&self, entity: EntityRef<'_>, commands: &mut Commands<'_, '_>); }