from_ref_config

Function from_ref_config 

Source
pub fn from_ref_config<'de, P, T>(p: P, config: &Config) -> Result<T>
where P: Into<DynProducerComplete<'de>>, T: Deserialize<'de>,
Expand description

Deserialize from something that can be converted into a DynProducerComplete, such as a byte array slice (&[u8])