Enum aci_ppm::DecodeErrorPPM [] [src]

pub enum DecodeErrorPPM {
    NotPPM,
    BadNum,
}

The errors that can be returned if decode() fails.

Variants

Not a PPM file (bad header)

Dimensions are not numbers

Trait Implementations

impl Debug for DecodeErrorPPM
[src]

Formats the value using the given formatter.