Enum png::EncodingError [] [src]

pub enum EncodingError {
    IoError(Error),
    Format(Cow<'static, str>),
}

Variants

Trait Implementations

impl Debug for EncodingError
[src]

Formats the value using the given formatter.

impl Error for EncodingError
[src]

A short description of the error. Read more

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

impl Display for EncodingError
[src]

Formats the value using the given formatter.

impl From<Error> for EncodingError
[src]

Performs the conversion.