[][src]Trait asn1_der::ErrorChain

pub trait ErrorChain {
    fn propagate(self, desc: &'static str) -> Self;
}

A trait to chain errors

Required methods

fn propagate(self, desc: &'static str) -> Self

Chains another error to self

Info: does nothing if build with no_std

Loading content...

Implementations on Foreign Types

impl<T> ErrorChain for Result<T, Asn1DerError>[src]

Loading content...

Implementors

Loading content...