Type Alias PatchSet

Source
pub type PatchSet = BTreeMap<String, DepsSet>;
Expand description

Locally replace dependencies

Aliased Typeยง

pub struct PatchSet { /* private fields */ }