pub fn to_msgpack_writer<T, W>(value: &T, writer: W) -> Result<()>where
    T: ?Sized + Serialize,
    W: Write,
Expand description

Converts the value to a MessagePack bytes and writes it to the writer.