Struct rustiff::DecodeError [−][src]
pub struct DecodeError { /* fields omitted */ }Methods
impl DecodeError[src]
impl DecodeErrorpub fn kind(&self) -> &DecodeErrorKind[src]
pub fn kind(&self) -> &DecodeErrorKindTrait Implementations
impl Debug for DecodeError[src]
impl Debug for DecodeErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Fail for DecodeError[src]
impl Fail for DecodeErrorfn cause(&self) -> Option<&Fail>[src]
fn cause(&self) -> Option<&Fail>Returns a reference to the underlying cause of this failure, if it is an error that wraps other errors. Read more
fn backtrace(&self) -> Option<&Backtrace>[src]
fn backtrace(&self) -> Option<&Backtrace>Returns a reference to the Backtrace carried by this failure, if it carries one. Read more
fn context<D>(self, context: D) -> Context<D> where
D: Display + Send + Sync + 'static, [src]
fn context<D>(self, context: D) -> Context<D> where
D: Display + Send + Sync + 'static, Provides context for this failure. Read more
fn compat(self) -> Compat<Self>[src]
fn compat(self) -> Compat<Self>Wraps this failure in a compatibility wrapper that implements std::error::Error. Read more
impl Display for DecodeError[src]
impl Display for DecodeErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Error> for DecodeError[src]
impl From<Error> for DecodeErrorfn from(err: Error) -> DecodeError[src]
fn from(err: Error) -> DecodeErrorPerforms the conversion.
impl From<BitsPerSampleError> for DecodeError[src]
impl From<BitsPerSampleError> for DecodeErrorfn from(err: BitsPerSampleError) -> DecodeError[src]
fn from(err: BitsPerSampleError) -> DecodeErrorPerforms the conversion.
impl From<ImageHeaderError> for DecodeError[src]
impl From<ImageHeaderError> for DecodeErrorfn from(err: ImageHeaderError) -> DecodeError[src]
fn from(err: ImageHeaderError) -> DecodeErrorPerforms the conversion.
impl From<DecodeErrorKind> for DecodeError[src]
impl From<DecodeErrorKind> for DecodeErrorfn from(kind: DecodeErrorKind) -> DecodeError[src]
fn from(kind: DecodeErrorKind) -> DecodeErrorPerforms the conversion.
Auto Trait Implementations
impl Send for DecodeError
impl Send for DecodeErrorimpl Sync for DecodeError
impl Sync for DecodeError