Struct msgpack_schema::value::Nil
source · pub struct Nil;Expand description
A special type for serializing and deserializing the nil object.
In our data model () does not represent the nil object because () should be zero-byte but nil has a size.
When you want to serialize or deserialize nil use this type instead.