Type Alias hakari::internals::ComputedInnerMap

source ·
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 */ }