pub fn fold_table_option<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: TableOption<T>, ) -> TableOption<T2>where F: Fold<T, T2> + ?Sized,