Enum ucd_parse::ErrorKind [] [src]

pub enum ErrorKind {
    Io(Error),
    Parse(String),
}

The kind of error that occurred while parsing the UCD.

Variants

An I/O error.

A generic parse error.

Trait Implementations

impl Debug for ErrorKind
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ErrorKind

impl Sync for ErrorKind