type SpecifiedMozPrefFeatureValue = MozPrefFeatureValue<Integer>;
Aliased Type§
#[repr(u8)]enum SpecifiedMozPrefFeatureValue {
None,
Boolean(BoolValue),
Integer(Integer),
String(AtomString),
}
type SpecifiedMozPrefFeatureValue = MozPrefFeatureValue<Integer>;
#[repr(u8)]enum SpecifiedMozPrefFeatureValue {
None,
Boolean(BoolValue),
Integer(Integer),
String(AtomString),
}