Module msgpack_schema::value [−][src]
Structs
| Any | A special type used to deserialize any object and discard it. |
| Bin | Byte array type. |
| Ext | |
| Int | Integer ranging from |
| Nil | A special type for serializing and deserializing the |
| Str | String objects of MessagePack are essentially byte arrays type that may contain any bytes. |
| TryFromIntError | Error type returned by |