Enum svg::tag::Type [] [src]

pub enum Type {
    Start,
    End,
    EmptyElement,
}

Variants

StartEndEmptyElement