Enums§
- Owned
Value - Type
- We define a set of types, associated with simple integers, to annotate values stored
in the database. This is to avoid an accidental ‘cast’ from a value of one type to another.
For this reason we don’t simply use
deserialize
from thebincode
crate. - Value