pub fn fold_table_alias<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: TableAlias, ) -> TableAliaswhere F: Fold<T, T2> + ?Sized,