Enum gif::DecodingError [−][src]
pub enum DecodingError { Format(DecodingFormatError), Io(Error), }
Decoding error.
Variants
Format(DecodingFormatError)
Returned if the image is found to be malformed.
Io(Error)
Wraps std::io::Error
.
Trait Implementations
impl Error for DecodingError
[src]
impl Error for DecodingError
[src]impl From<DecodingFormatError> for DecodingError
[src]
impl From<DecodingFormatError> for DecodingError
[src]