pub trait IntoConsumerConfig {
    fn into_consumer_config(self) -> Config;
}

Required Methods§

Implementors§