pub type StyleWhiteSpaceValue = CssPropertyValue<StyleWhiteSpace>;Aliased Type§
#[repr(C, u8)]pub enum StyleWhiteSpaceValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(StyleWhiteSpace),
}pub type StyleWhiteSpaceValue = CssPropertyValue<StyleWhiteSpace>;#[repr(C, u8)]pub enum StyleWhiteSpaceValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(StyleWhiteSpace),
}