pub trait DnsEntryExt: Debug {
// Required methods
fn entry_name(&self) -> &str;
fn entry_type(&self) -> RRType;
}Expand description
Common methods for all DNS entries: questions and resource records.
pub trait DnsEntryExt: Debug {
// Required methods
fn entry_name(&self) -> &str;
fn entry_type(&self) -> RRType;
}Common methods for all DNS entries: questions and resource records.