Struct trust_dns::authority::RrKey
[−]
[src]
pub struct RrKey {
// some fields omitted
}Accessor key for RRSets in the Authority.
Methods
impl RrKey
fn new(name: &Name, record_type: RecordType) -> RrKey
Creates a new key to access the Authority.
Arguments
name- domain name to lookup.record_type- theRecordTypeto lookup.
Return value
A new key to access the Authorities.