Enum curie::ExpansionError
[−]
[src]
pub enum ExpansionError {
Invalid,
MissingDefault,
}Errors that might occur during CURIE expansion.
Variants
InvalidThe prefix on the CURIE has no valid mapping.
MissingDefaultThe CURIE uses a default prefix, but one has not been set.
Trait Implementations
impl Clone for ExpansionError[src]
fn clone(&self) -> ExpansionError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for ExpansionError[src]
impl Debug for ExpansionError[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more