Type Definition style::values::computed::svg::SVGWidth [] [src]

type SVGWidth = SVGLength<NonNegativeSvgLengthOrPercentageOrNumber>;

An non-negative wrapper of SVGLength.

Trait Implementations

impl From<NonNegativeLength> for SVGWidth
[src]

[src]

Performs the conversion.