pub type Files<S> = IndexMap<PathBuf, File<S>>;
A map of File::path to File.
File::path
File
struct Files<S> { /* private fields */ }