pub type SignatureVerificationError = SingleStructError<SignatureVerificationErrorKind>;Expand description
Error type for a failed jws signature verification. See JwsVerifier.
Aliased Typeยง
pub struct SignatureVerificationError { /* private fields */ }