Trait rdkafka::config::FromClientConfig [] [src]

pub trait FromClientConfig: Sized {
    fn from_config(_: &ClientConfig) -> KafkaResult<Self>;
}

Create a new client based on the provided configuration.

Required Methods

Implementors