Type Definition serde_asn1_der::Result

source ·
pub type Result<T> = Result<T, SerdeAsn1DerError>;
Expand description

Syntactic sugar for Result<T, Asn1DerError>