Enum der_parser::DerError [−][src]
pub enum DerError {
DerTypeError,
DerValueError,
InvalidTag,
InvalidLength,
IntegerTooLarge,
Unsupported,
}Variants
DerTypeErrorDer object does not have the expected type
DerValueErrorInvalidTagInvalidLengthIntegerTooLargeDer integer is too large to fit in a native type. Use as_bigint()
Unsupported
Trait Implementations
impl Debug for DerError[src]
impl Debug for DerErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for DerError[src]
impl PartialEq for DerError