Type Alias gix_index::PathStorage

source ·
pub type PathStorage = Vec<u8>;
Expand description

The type to use and store paths to all entries.

Aliased Type§

struct PathStorage { /* private fields */ }