Expand description
A versioned value.
See Versioned for more details.
Structs§
- Versioned
- A versioned value. This is a wrapper around a value that will keep track of how many times it has been changed. This is useful to not write the value to disk if it hasn’t changed.
Type Aliases§
- Versioned
Bytes - A
VersionedVec<u8>. - Versioned
String - A
VersionedString.