Enum iri_string::resolve::ErrorKind
source · [−]pub enum ErrorKind {
Unresolvable,
OutOfMemory,
}
Expand description
Resolution error kind.
Variants
Unresolvable
Unresolvable base and reference.
OutOfMemory
Out of memory.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorKind
impl UnwindSafe for ErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more