Skip to main content

IndexedTree

Trait IndexedTree 

Source
pub trait IndexedTree: Open {
    // Required method
    fn index(&self) -> &GlobalIndex;
}
Expand description

A repository which is indexed such that all tree blobs are contained in the index.

Required Methods§

Source

fn index(&self) -> &GlobalIndex

Returns the used indexes

Implementors§