Enum aci_ppm::GraphicDecodeErr [] [src]

pub enum GraphicDecodeErr {
    IncorrectFormat,
    BadNum,
    GrayscaleNYI,
    IndexedNYI,
    AGrayscaleNYI,
    BitsNYI,
}

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

Variants

Not correct format. (bad header)

Dimensions are not numbers

Not yet implemented

Not yet implemented

Not yet implemented

Bits NYI

Trait Implementations

impl Debug for GraphicDecodeErr
[src]

[src]

impl Display for GraphicDecodeErr
[src]

[src]