PatchMap

Type Alias PatchMap 

Source
type PatchMap = BTreeMap<&'static str, Vec<FilePatch>>;
Expand description

A map of file patches, keyed by name

Aliased Typeยง

struct PatchMap { /* private fields */ }