deserialize

Function deserialize 

Source
pub fn deserialize<'de, T: Deserialize<'de>>(buf: &[u8]) -> Result<T, Error>
Expand description

deserialize() converts a MessagePack-formatted list of bytes into the target data structure.