Enum xmlparser::EntityDefinition [] [src]

pub enum EntityDefinition<'a> {
    EntityValue(StrSpan<'a>),
    ExternalId(ExternalId<'a>),
}

Representation of the EntityDef value.

Variants

Trait Implementations

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

[src]

Formats the value using the given formatter.