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

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

Required Methods

Implementors