fn to_rrs(
name: &DomainName,
now: Instant,
tuples: &[(RecordTypeWithData, Instant)],
rrs: &mut Vec<ResourceRecord>,
)Expand description
Helper for get_without_checking_expiration: converts the cached
record tuples into RRs.
fn to_rrs(
name: &DomainName,
now: Instant,
tuples: &[(RecordTypeWithData, Instant)],
rrs: &mut Vec<ResourceRecord>,
)Helper for get_without_checking_expiration: converts the cached
record tuples into RRs.