pub type PhysicsQuery<'world, 'state, 'a> = Query<'world, 'state, &'a Physics, Without<LocalEntity>>;
struct PhysicsQuery<'world, 'state, 'a> { /* private fields */ }