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