Skip to main content

encode_msgpack_frame

Function encode_msgpack_frame 

Source
pub fn encode_msgpack_frame(frame: &CodecFrame) -> Vec<u8> 
Expand description

Encode frame as a single MessagePack map. Used by tests and any caller that wants to round-trip via the wire format.