//! Public types used for response verification.
/// Types to represent the result of verifying a request/response pair's certification.
modverification_result;pubuseverification_result::*;/// Types to represent a certified response that clients can use to determine which parts of a response are safe to use.
modverified_response;pubuseverified_response::*;