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