From: Matt Corallo Date: Tue, 6 Feb 2024 04:54:26 +0000 (+0000) Subject: impl Debug/Clone on VerifiedRRStream X-Git-Tag: v0.5.4~97 X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=05684ece7748c0d89233361383bf6a768cde36c3;p=dnssec-prover impl Debug/Clone on VerifiedRRStream --- 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. ///