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