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