[][src]Trait svgdom::SvgId

pub trait SvgId: Copy + PartialEq {
    fn name(&self) -> &str;
}

A trait for SVG id's.

Required methods

fn name(&self) -> &str

Converts ID into name.

Loading content...

Implementors

impl SvgId for AttributeId[src]

impl SvgId for ElementId[src]

Loading content...