pub type ComputedMozPrefFeatureValue = MozPrefFeatureValue<Integer>;Expand description
The computed -moz-pref() value.
Aliased Type§
#[repr(u8)]pub enum ComputedMozPrefFeatureValue {
    None,
    Boolean(BoolValue),
    Integer(i32),
    String(AtomString),
}