Enum asn1_der::Asn1DerError [−][src]
pub enum Asn1DerError { LengthMismatch, InvalidTag, InvalidEncoding, Unsupported, }
An asn1_der
-related error
Variants
Not enough or too much bytes/objects/space left
The serialized tag does not match the type
The encoding does not conform to the DER standard
The element is not supported by this implementation
Trait Implementations
impl Clone for Asn1DerError
[src]
impl Clone for Asn1DerError
[src]fn clone(&self) -> Asn1DerError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Error for Asn1DerError
[src]
impl Error for Asn1DerError
[src]impl PartialEq<Asn1DerError> for Asn1DerError
[src]
impl PartialEq<Asn1DerError> for Asn1DerError
[src]