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