Struct magic::MagicError [] [src]

pub struct MagicError {
    pub desc: String,
}

The error type used in this crate

Fields

Trait Implementations

impl PartialEq for MagicError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for MagicError
[src]

impl Clone for MagicError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MagicError
[src]

Formats the value using the given formatter.

impl Error for MagicError
[src]

A short description of the error. Read more

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

impl Display for MagicError
[src]

Formats the value using the given formatter. Read more