Type Alias cargo_manifest::FeatureSet

source ·
pub type FeatureSet = BTreeMap<String, Vec<String>>;

Aliased Type§

struct FeatureSet { /* private fields */ }