Trait asn1_der::ErrorChain

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

A trait to chain errors

Required Methods§

Chains another error to self

Info: does nothing if build with no_std

Implementations on Foreign Types§

Implementors§