Struct lyon::svg::parser::Attribute [] [src]

pub struct Attribute {
    pub id: AttributeId,
    pub value: AttributeValue,
}

Fields