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