Type Alias krates::EnabledFeatures

source ·
pub type EnabledFeatures = BTreeSet<String>;
Expand description

The set of features that have been enabled on a crate

Aliased Type§

struct EnabledFeatures { /* private fields */ }