Trait mon_artist::svg::Identified [] [src]

pub trait Identified: IntoElement {
    fn id(&self) -> &str;
}

Identified marks an XML element-structure that is known to carry an id attribute, and thus is suitable for e.g. putting into a defs block.

Required Methods

Implementors