Struct mcpat::Error [] [src]

pub struct Error {
    pub kind: ErrorKind,
    pub message: Option<String>,
}

An error.

Fields

Trait Implementations

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Display for Error
[src]

Formats the value using the given formatter. Read more