Skip to main content

write_msgpack

Function write_msgpack 

Source
pub fn write_msgpack(
    writer: &mut dyn Write,
    value: &MsgpackValue,
) -> Result<usize>
Expand description

Serialize value to writer.

Returns the number of bytes written.