Enum imagesize::ImageError [] [src]

pub enum ImageError {
    NotSupported(String),
    IoError(Error),
}

Variants

Trait Implementations

impl Debug for ImageError
[src]

Formats the value using the given formatter.

impl From<Error> for ImageError
[src]

Performs the conversion.