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