Trait trust_dns::rr::IntoRecordSet [] [src]

pub trait IntoRecordSet: Sized {
    fn into_record_set(self) -> RecordSet;
}

Types which implement this can be converted into a RecordSet

Required Methods

Performs the conversion to a RecordSet

Implementors