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