Enum svgparser::ExternalId [] [src]

pub enum ExternalId<'a> {
    System(StrSpan<'a>),
    Public(StrSpan<'a>, StrSpan<'a>),
}

Representation of the ExternalID value.

Variants

Trait Implementations

impl<'a> Debug for ExternalId<'a>
[src]

[src]

Formats the value using the given formatter.