Type Definition style::values::specified::svg::SVGStrokeDashArray
[−]
[src]
type SVGStrokeDashArray = SVGStrokeDashArray<NonNegativeSvgLengthOrPercentageOrNumber>;
[
Trait Implementations
impl Parse for SVGStrokeDashArray
[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