pub type ComponentSetQueryMut<'world, 'state, 'a, T> = Query<'world, 'state, (Entity, &'a mut T)>;