Enum gif::DecodingError [−][src]
Expand description
Decoding error.
Variants
Format(&'static str)
Returned if the image is found to be malformed.
Internal(&'static str)
Internal (logic) error.
Io(Error)
Wraps std::io::Error
.
Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
The lower-level source of this error, if any. Read more