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