Enum png::EncodingError [−][src]
Variants
IoError(Error)Format(Cow<'static, str>)Trait Implementations
impl Debug for EncodingError[src]
impl Debug for EncodingErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for EncodingError[src]
impl Error for EncodingErrorfn description(&self) -> &str[src]
fn description(&self) -> &strThis method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
fn cause(&self) -> Option<&Error>1.0.0
[src]The lower-level cause of this error, if any. Read more
impl Display for EncodingError[src]
impl Display for EncodingErrorfn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl From<Error> for EncodingError[src]
impl From<Error> for EncodingErrorfn from(err: Error) -> EncodingError[src]
fn from(err: Error) -> EncodingErrorPerforms the conversion.
impl From<EncodingError> for Error[src]
impl From<EncodingError> for Errorfn from(err: EncodingError) -> Error[src]
fn from(err: EncodingError) -> ErrorPerforms the conversion.
Auto Trait Implementations
impl Send for EncodingError
impl Send for EncodingErrorimpl Sync for EncodingError
impl Sync for EncodingError