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