Module msgpack_schema::value[][src]

Structs

A special type used to deserialize any object and discard it.

Byte array type.

A special type used to serialize and deserialize the empty map.

Integer ranging from -(2^63) to (2^64)-1.

A special type for serializing and deserializing the nil object.

String objects of MessagePack are essentially byte arrays type that may contain any bytes.

Error type returned by TryFrom<Int> implementations.