impl Debug/Clone on VerifiedRRStream
authorMatt Corallo <git@bluematt.me>
Tue, 6 Feb 2024 04:54:26 +0000 (04:54 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 6 Feb 2024 04:54:26 +0000 (04:54 +0000)
src/validation.rs

index 5a6fda3df71dba92a98dd7407e8bb13b7ef00774..5ce75306717cb32379d573d3b531652be256252c 100644 (file)
@@ -204,6 +204,7 @@ where T: IntoIterator<IntoIter = I>, I: Iterator<Item = &'a DS> + 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.
        ///