pub type ComputedInnerMap<'g> = BTreeMap<BTreeSet<&'g str>, ComputedInnerValue<'g>>;
Expand description
A target map or a host map in a ComputedValue
.
- The keys are sets of feature names (or empty for no features).
- The values are
ComputedInnerValue
instances.
Aliased Typeยง
struct ComputedInnerMap<'g> { /* private fields */ }