pub type EnabledFeatures<F> = HashMap<F, FeatureEnabled>;
Expand description

Indicates whether each from a set of features was found to be enabled and its categories.

Aliased Type§

struct EnabledFeatures<F> { /* private fields */ }