Struct bmp::BmpError [] [src]

pub struct BmpError {
    pub kind: BmpErrorKind,
    pub details: String,
}

The error type returned if the decoding of an image from disk fails.

Fields

Trait Implementations

impl Debug for BmpError
[src]

Formats the value using the given formatter.

impl Display for BmpError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for BmpError
[src]

Performs the conversion.

impl Error for BmpError
[src]

A short description of the error. Read more

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