Struct ucd_parse::Error [] [src]

pub struct Error { /* fields omitted */ }

Represents any kind of error that can occur while parsing the UCD.

Methods

impl Error
[src]

[src]

Return the specific kind of this error.

[src]

Return the line number at which this error occurred, if available.

[src]

Unwrap this error into its underlying kind.

[src]

Returns true if and only if this is an I/O error.

If this returns true, the underlying ErrorKind is guaranteed to be ErrorKind::Io.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for Error
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Error

impl Sync for Error