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