pub fn fold_catalog_name<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: CatalogName, ) -> CatalogNamewhere F: Fold<T, T2> + ?Sized,