pub type FeatureEnabled = Option<FeatureCategories>;
Whether a feature is enabled and its categories if so.
pub enum FeatureEnabled { None, Some(HashSet<&'static str>), }
No value.
Some value of type T.
T