PatchMap

Type Alias PatchMap 

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

Map of patches keyed by name, with the file patches and an optional TOML patch

Aliased Typeยง

struct PatchMap { /* private fields */ }