pub fn from_ref_config<'de, P, T>(p: P, config: &Config) -> Result<T>where P: Into<DynProducerComplete<'de>>, T: Deserialize<'de>,
Deserialize from something that can be converted into a DynProducerComplete, such as a byte array slice (&[u8])
&[u8]