Enum gif::DecodingError
[−]
[src]
pub enum DecodingError { Format(&'static str), Internal(&'static str), Io(Error), }
Decoding error.
Variants
Format | Returned if the image is found to be malformed. | |
Internal | Internal (logic) error. | |
Io | Wraps |