Trait asn1_der::ErrorChain
source · pub trait ErrorChain {
// Required method
fn propagate(self, desc: &'static str) -> Self;
}
Expand description
A trait to chain errors
pub trait ErrorChain {
// Required method
fn propagate(self, desc: &'static str) -> Self;
}
A trait to chain errors