pub type PathStorage = Vec<u8>;
The type to use and store paths to all entries.
struct PathStorage { /* private fields */ }