[][src]Module packs::value

Modules

bytes

Enums

Value

A type for all possible values which can be serialized through PackStream. This type abstracts over structure types, which allows the user to define their own structures which should be part of Value. There are two standard implementations, either Value<()> to denote a value where only the unit is allowed as a structure, or Value<GenericStruct> which reads any valid structure in a generic way, see GenericStruct.