Type Definition style::values::specified::svg::SVGLength
[−]
[src]
type SVGLength = SVGLength<SvgLengthOrPercentageOrNumber>;
Trait Implementations
impl Parse for SVGLength
[src]
fn parse<'i, 't>(
context: &ParserContext,
input: &mut Parser<'i, 't>
) -> Result<Self, ParseError<'i>>
[src]
context: &ParserContext,
input: &mut Parser<'i, 't>
) -> Result<Self, ParseError<'i>>
Parse a value of this type. Read more
impl From<SvgLengthOrPercentageOrNumber> for SVGLength
[src]
fn from(length: SvgLengthOrPercentageOrNumber) -> Self
[src]
Performs the conversion.