pub fn visit_table_factor_mut<'ast, V, T>( visitor: &mut V, node: &'ast mut TableFactor<T>, )where T: AstInfo, V: VisitMut<'ast, T> + ?Sized,