pub type Decoder<T> = fn(el: &X690Element) -> ASN1Result<T>;Expand description
A function type for decoding ASN.1 elements into a specific type.
pub type Decoder<T> = fn(el: &X690Element) -> ASN1Result<T>;A function type for decoding ASN.1 elements into a specific type.