Enum bayer::BayerError []

pub enum BayerError {
    NoGood,
    WrongResolution,
    WrongDepth,
    Io(Error),
}

Variants

Trait Implementations

impl Debug for BayerError
[src]

Formats the value using the given formatter.

impl Display for BayerError

Formats the value using the given formatter. Read more

impl Error for BayerError

A short description of the error. Read more

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

impl From<Error> for BayerError

Performs the conversion.