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