pub fn new_generational_global_metadata_specs<VM: VMBinding>(
) -> Vec<SideMetadataSpec>
Expand description

Create global side metadata specs for generational plans. This will call SideMetadataContext::new_global_specs(). So if a plan calls this, it should not call SideMetadataContext::new_global_specs() again.