Trait asn1_der::ErrorChain

source ·
pub trait ErrorChain {
    // Required method
;
}
Expand description

A trait to chain errors

Required Methods§

source

Chains another error to self

Info: does nothing if not build with std

Implementations on Foreign Types§

source§

impl<T> ErrorChain for Result<T, Asn1DerError>

source§

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

Implementors§