Function serdeconv::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.