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