Type Definition x509_parser::error::X509Result

source · []
pub type X509Result<'a, T> = IResult<&'a [u8], T, X509Error>;
Expand description

Holds the result of parsing functions (X.509)

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