Struct rdkafka::client::NativeClient [] [src]

pub struct NativeClient { /* fields omitted */ }

A native rdkafka-sys client.

Methods

impl NativeClient
[src]

Wraps a pointer to an RDKafka object and returns a new NativeClient.

Returns the wrapped pointer to RDKafka.

Trait Implementations

impl Sync for NativeClient
[src]

impl Send for NativeClient
[src]