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.
pub fn deserialize<'de, T: Deserialize<'de>>(buf: &[u8]) -> Result<T, Error>deserialize() converts a MessagePack-formatted list of bytes into the target data structure.