MSGPACK_NIL

Constant MSGPACK_NIL 

Source
pub const MSGPACK_NIL: u8 = 0xc0;
Expand description

MessagePack type tags As defined in the MessagePack specification: https://github.com/msgpack/msgpack/blob/master/spec.md Nil format - Represents nil/null values Ref: https://github.com/msgpack/msgpack/blob/master/spec.md#formats-nil