Enum picto::Error [] [src]

pub enum Error {
    Io(Error),
    Format(String),
    Unsupported(String),
}

Error enumeration type.

Variants

An IO error.

An image format error.

An unsupported error.

Trait Implementations

impl From<DecodingError> for Error
[src]

Performs the conversion.

impl From<EncodingError> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<DecodingError> for Error
[src]

Performs the conversion.

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more