Enum curie::ExpansionError[][src]

pub enum ExpansionError {
    Invalid,
    MissingDefault,
}

Errors that might occur during CURIE expansion.

Variants

The prefix on the CURIE has no valid mapping.

The CURIE uses a default prefix, but one has not been set.

Trait Implementations

impl Clone for ExpansionError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ExpansionError
[src]

impl Debug for ExpansionError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ExpansionError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations