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