Type Alias gix::worktree::Index

source ·
pub type Index = SharedFileSnapshot<File>;
Available on crate feature index only.
Expand description

A lazily loaded and auto-updated worktree index.

Aliased Type§

struct Index { /* private fields */ }