Trait asn1::Asn1Readable[][src]

pub trait Asn1Readable<'a>: Sized {
    fn parse(parser: &mut Parser<'a>) -> ParseResult<Self>;
fn can_parse(tag: u8) -> bool; }
Expand description

Any type that can be parsed as DER ASN.1.

Required methods

Implementations on Foreign Types

Implementors