Function ser_write_msgpack::ser::to_writer
source ยท pub fn to_writer<W, T>(writer: W, value: &T) -> Result<(), W::Error>Expand description
Serialize value as a MessagePack message to a SerWrite implementation.
Serialize data structures as maps with field and enum variants as indexes.