Function to_msgpack_vec

Source
pub fn to_msgpack_vec<T>(value: &T) -> Result<Vec<u8>>
where T: ?Sized + Serialize,
Expand description

Converts the value to a MessagePack bytes.