Skip to main content

ForceMap

Type Alias ForceMap 

Source
pub type ForceMap = BTreeMap<String, BTreeMap<ResourceKind, ForceState>>;
Expand description

Map from package name to per-kind ForceState. Keys present in the map override anything below them in the precedence chain.

Aliased Type§

pub struct ForceMap { /* private fields */ }