Module msgpack_schema::value[][src]

Structs

Any

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

Bin

Byte array type.

Int

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

Nil

A special type for serializing and deserializing the nil object.

Str

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

TryFromIntError

Error type returned by TryFrom<Int> implementations.