Struct rdkafka::client::NativeClient
source · [−]pub struct NativeClient { /* private fields */ }
Expand description
A native rdkafka-sys client. This struct shouldn’t be used directly. Use
higher level Client
or producers and consumers.