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