Type Alias gix::index::PathStorage

source ·
pub type PathStorage = Vec<u8>;
Available on crate feature index only.
Expand description

The type to use and store paths to all entries.

Aliased Type§

struct PathStorage { /* private fields */ }