Enum gif::DecodingError [−][src]
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
impl Debug for DecodingError[src]
impl Debug for DecodingErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for DecodingError[src]
impl Display for DecodingErrorfn fmt(&self, fmt: &mut Formatter) -> Result[src]
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for DecodingError[src]
impl Error for DecodingErrorfn description(&self) -> &str[src]
fn description(&self) -> &strThis method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>[src]
fn cause(&self) -> Option<&Error>The lower-level cause of this error, if any. Read more
impl From<Error> for DecodingError[src]
impl From<Error> for DecodingErrorAuto Trait Implementations
impl Send for DecodingError
impl Send for DecodingErrorimpl Sync for DecodingError
impl Sync for DecodingError