Enum der_parser::DerError [] [src]

pub enum DerError {
    DerTypeError,
    DerValueError,
    InvalidTag,
    InvalidLength,
    IntegerTooLarge,
    Unsupported,
}

Variants

Der object does not have the expected type

Der integer is too large to fit in a native type. Use as_bigint()

Trait Implementations

impl Debug for DerError
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for DerError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for DerError

impl Sync for DerError