pub fn to_msgpack_binary<T>(data: &T) -> StdResult<Binary>where T: Serialize + ?Sized,
Serializes the given data structure as MessagePack bytes.