Struct mon_artist::svg::Path [] [src]

pub struct Path {
    pub d: String,
    pub attrs: Vec<(String, String)>,
}

Fields

Trait Implementations

impl IntoElement for Path
[src]

impl IntoShape for Path
[src]