Module de

Module de 

Source
Expand description

feature=serde serde Deserializer implementations

Structs§

DeserializerSync
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])