pub fn write_rr<RR: Record>(rr: &RR, ttl: u32, out: &mut Vec<u8>)Expand description
Writes the given resource record in its wire encoding to the given Vec.
An RFC 9102 AuthenticationChain is simply a
series of such records with no additional bytes in between.