pub type OcspResult<T> = Result<T, OcspError>;
Result type for OCSP operations.
pub enum OcspResult<T> { Ok(T), Err(OcspError), }
Contains the success value
Contains the error value