pub fn visit_transaction_access_mode<'ast, V, T>( visitor: &mut V, node: &'ast TransactionAccessMode, )where T: AstInfo, V: Visit<'ast, T> + ?Sized,