fn update_remove_vehicle_trips(
removed_trip: On<'_, '_, Remove, TripVehicles>,
vehicles: Populated<'_, '_, &mut Vehicle>,
trips: Query<'_, '_, &TripVehicles>,
)Expand description
Helper function that manually synchronizes TripVehicles and Vehicle.
This removes trips from vehicle data.