Module versioned

Module versioned 

Source
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§

VersionedBytes
A Versioned Vec<u8>.
VersionedString
A Versioned String.