Type Definition asuran::repository::backend::object_wrappers::ManifestObject[][src]

pub type ManifestObject = Box<dyn Manifest<Iterator = Box<dyn Iterator<Item = StoredArchive> + 'static>> + 'static>;

Trait Implementations

Timestamp of the last modification

Returns the default settings for new chunks in this repository

Returns an iterator over the list of archives in this repository, in reverse chronological order (newest first). Read more

Sets the chunk settings in the repository

Adds an archive to the manifest

Updates the timestamp without performing any other operations

Provides a list of versions of asuran that have committed to this manifest, in (SemVer, ImplementationUUID) Read more