Struct conserve::StoredTree [] [src]

pub struct StoredTree { /* fields omitted */ }

Read index and file contents for a version stored in the archive.

Methods

impl StoredTree
[src]

[src]

Open the last complete version in the archive.

[src]

Open a specified version.

It's an error if it's not complete.

[src]

Open a specified version.

This function allows opening incomplete versions, which might contain only a partial copy of the source tree, or maybe nothing at all.

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for StoredTree
[src]

[src]

Formats the value using the given formatter.

impl ReadTree for StoredTree
[src]

[src]

Return an iter of index entries in this stored tree.

[src]