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