Enum dds::EncodeError [] [src]

pub enum EncodeError {
    Encode(String),
}

Represents an error encountered while encoding a Vec<Pixel> into Vec<u8>.

Variants

Trait Implementations

impl Debug for EncodeError
[src]

Formats the value using the given formatter.

impl<'a> From<&'a str> for EncodeError
[src]

Performs the conversion.

impl From<String> for EncodeError
[src]

Performs the conversion.