Struct svg::node::element::tag::Tag [] [src]

pub struct Tag<'l>(pub &'l str, pub Type, pub Attributes);

A tag.

Methods

impl<'l> Tag<'l>
[src]

Parse a tag.