pub type ParseResult<'a, T, E = Error> = IResult<&'a [u8], T, E>;
Holds the result of BER/DER serialization functions