Expand description
Generic value that can contain any value in our data format.
Structs§
- Generic iterator.
- Wrapper for an owned value, i.e.
Value<'static>
.
Enums§
- The float value with any precision.
- The unsigned/signed integer value.
- Generic value that can contain any value in our data format. It can be deserialized and serialized to be exactly as when serializing or deserializing with the given type.