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