Structs§
- File
Hash Version Version
implementation that hashes a file at a given path and returns the hex encoded hash as a version identifier.- NotFound
Version - Option
Versioned Content - This is a transparent value type wrapping
Option<ResolvedVc<Box<dyn VersionedContent>>>
. - Partial
Update - A partial update to a versioned object.
- Total
Update - A total update to a versioned object.
- Version
State - Versioned
Asset Content - A versioned file content.
- Versioned
Contents - This is a transparent value type wrapping
Vec<ResolvedVc<Box<dyn VersionedContent>>>
.
Enums§
- Update
- Describes an update to a versioned object.
Traits§
- Mergeable
Versioned Content - This trait allows multiple
VersionedContent
to declare whichVersionedContentMerger
implementation should be used for merging. - Version
- Describes the current version of an object, and how to update them from an earlier version.
- Versioned
Content - The content of an [Asset] alongside its version.
- Versioned
Content Ext - Versioned
Content Merger - A
VersionedContentMerger
merges multipleVersionedContent
into a single one.