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
ComputedInnerValueinstances.
Aliased Typeยง
pub struct ComputedInnerMap<'g> { /* private fields */ }