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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ExpansionError
[src]

impl Debug for ExpansionError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ExpansionError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.