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

pub struct NativeClient { /* fields omitted */ }

A native rdkafka-sys client. This struct shouldn't be used directly. Use higher level Client or producers and consumers.

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]

impl Drop for NativeClient
[src]

A method called when the value goes out of scope. Read more