Trait trust_dns_proto::rr::IntoRecordSet
source · pub trait IntoRecordSet: Sized {
fn into_record_set(self) -> RecordSet;
}
Expand description
Types which implement this can be converted into a RecordSet
Required Methods
sourcefn into_record_set(self) -> RecordSet
fn into_record_set(self) -> RecordSet
Performs the conversion to a RecordSet