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]
fn from(length: NonNegativeLength) -> Self[src]
Performs the conversion.