Skip to main content

Decoder

Type Alias Decoder 

Source
pub type Decoder<T> = fn(el: &X690Element) -> ASN1Result<T>;
Expand description

A function type for decoding ASN.1 elements into a specific type.