Enum image::DecodingResult [] [src]

pub enum DecodingResult {
    U8(Vec<u8>),
    U16(Vec<u16>),
}

Result of a decoding process

Variants

A vector of unsigned bytes

A vector of unsigned words

Trait Implementations

impl Debug for DecodingResult
[src]

[src]

Formats the value using the given formatter.