pub fn fold_named_plan<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: NamedPlan, ) -> NamedPlanwhere F: Fold<T, T2> + ?Sized,