Type Definition der_parser::error::DerResult [−][src]
pub type DerResult<'a> = BerResult<'a, DerObject<'a>>;
Expand description
Holds the result of parsing functions (DER)
Note that this type is also a Result
, so usual functions (map
, unwrap
etc.) are available.