Variants§
Trait Implementations§
§impl Debug for CodecError
impl Debug for CodecError
§impl Display for CodecError
impl Display for CodecError
§impl Fail for CodecError
impl Fail for CodecError
§fn cause(&self) -> Option<&(dyn Fail + 'static)>
fn cause(&self) -> Option<&(dyn Fail + 'static)>
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>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace carried by this failure, if it
carries one. Read more§impl From<Error> for CodecError
impl From<Error> for CodecError
§fn from(err: Error) -> CodecError
fn from(err: Error) -> CodecError
Converts to this type from the input type.