pub fn from_msgpack_slice<'a, T>(bytes: &'a [u8]) -> Result<T>where
    T: Deserialize<'a>,
Expand description

Converts from the MessagePack bytes to a value of T type.