pub type NonNegativeLength = NonNegative<Length>;Expand description
A wrapper of Length, whose value must be >= 0.
Aliased Type§
#[repr(transparent)]pub struct NonNegativeLength(pub CSSPixelLength);Tuple Fields§
§0: CSSPixelLengthpub type NonNegativeLength = NonNegative<Length>;A wrapper of Length, whose value must be >= 0.
#[repr(transparent)]pub struct NonNegativeLength(pub CSSPixelLength);0: CSSPixelLength