From 05684ece7748c0d89233361383bf6a768cde36c3 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 6 Feb 2024 04:54:26 +0000 Subject: [PATCH] impl Debug/Clone on VerifiedRRStream --- src/validation.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/validation.rs b/src/validation.rs index 5a6fda3..5ce7530 100644 --- a/src/validation.rs +++ b/src/validation.rs @@ -204,6 +204,7 @@ where T: IntoIterator, I: Iterator + Clone { /// non-[`RRSig`]/[`DnsKey`]/[`DS`] records which it was able to verify using this struct. /// /// It also contains +#[derive(Debug, Clone)] pub struct VerifiedRRStream<'a> { /// The set of verified [`RR`]s. /// -- 2.39.5