dns_types::zones::types

Function merge_zrs_helper

Source
fn merge_zrs_helper(
    this: &mut HashMap<RecordType, Vec<ZoneRecord>>,
    other: HashMap<RecordType, Vec<ZoneRecord>>,
)
Expand description

Handles merging two sets of records, discarding duplicates.