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