Struct lyon_svg::parser::attribute::Attribute [] [src]

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

Fields