Enum lyon::svg::parser::attribute::AttributeValue
[−]
[src]
pub enum AttributeValue { None, Number(f64), Length(Length), RgbColor(RgbColor), String(String), KeyWord(ValueId), Unsupported, }
Variants
None
Number(f64)
Length(Length)
RgbColor(RgbColor)
String(String)
KeyWord(ValueId)
Unsupported