pub type DerResult<'a> = BerResult<'a, DerObject<'a>>;
Holds the result of parsing functions (DER)
Note that this type is also a Result, so usual functions (map, unwrap etc.) are available.
Result
map
unwrap