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