Skip to main content

BorderSpacing

Type Alias BorderSpacing 

Source
pub type BorderSpacing = GenericBorderSpacing<NonNegativeLength>;
Expand description

A specified value for the border-spacing longhand properties.

Aliased Type§

#[repr(transparent)]
pub struct BorderSpacing(pub Size2D<NonNegative<Length>>);

Tuple Fields§

§0: Size2D<NonNegative<Length>>

Trait Implementations§

Source§

impl Parse for BorderSpacing

Source§

fn parse( context: &ParserContext<'_>, input: &mut Parser<'_>, ) -> Result<Self, ParseError>

Parse a value of this type. Read more