Type Definition x509_parser::error::X509Result[][src]

type X509Result<'a, T> = IResult<&'a [u8], T, X509Error>;

Holds the result of parsing functions (X.509)

Note that this type is also a Result, so usual functions (map, unwrap etc.) are available.