Expand description
feature=serde serde Deserializer implementations
Structs§
- Deserializer
Sync - Msgpackin serde DeserializerSync
Functions§
- from_
async - Deserialize from something that can be converted
into a DynProducerAsync, such as a byte array slice (
&[u8]) - from_
async_ config - Deserialize from something that can be converted
into a DynProducerAsync, such as a byte array slice (
&[u8]) - from_
ref - Deserialize from something that can be converted
into a DynProducerComplete, such as a byte array slice (
&[u8]) - from_
ref_ config - Deserialize from something that can be converted
into a DynProducerComplete, such as a byte array slice (
&[u8]) - from_
sync - Deserialize from something that can be converted
into a DynProducerSync, such as a byte array slice (
&[u8]) - from_
sync_ config - Deserialize from something that can be converted
into a DynProducerSync, such as a byte array slice (
&[u8])