Enum bmp_rs::DecodingError [] [src]

pub enum DecodingError {
    IOError(Error),
}

Variants

Trait Implementations

impl Debug for DecodingError
[src]

[src]

Formats the value using the given formatter.

impl Display for DecodingError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for DecodingError
[src]

[src]

A short description of the error. Read more

[src]

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

impl From<Error> for DecodingError
[src]

[src]

Performs the conversion.