FileMap

Type Alias FileMap 

Source
pub type FileMap = IndexMap<PathBuf, Vec<FileChange>>;
Expand description

Mapping from file paths to the list of version FileChanges to apply.

Aliased Typeยง

pub struct FileMap { /* private fields */ }