pub type BorderCornerRadius = GenericBorderCornerRadius<NonNegativeLengthPercentage>;Expand description
A specified value for the border-*-radius longhand properties.
Aliased Type§
#[repr(C)]pub struct BorderCornerRadius(pub Size2D<NonNegative<LengthPercentage>>);Tuple Fields§
§0: Size2D<NonNegative<LengthPercentage>>Trait Implementations§
Source§impl Parse for BorderCornerRadius
impl Parse for BorderCornerRadius
Source§fn parse<'i, 't>(
context: &ParserContext<'_>,
input: &mut Parser<'i, 't>,
) -> Result<Self, ParseError<'i>>
fn parse<'i, 't>( context: &ParserContext<'_>, input: &mut Parser<'i, 't>, ) -> Result<Self, ParseError<'i>>
Parse a value of this type. Read more