1use crate::encode::Encoder; 2 3impl Encoder { 4 impl_encode_rr_domain_name!(DNAME, target, rr_dname); 5} 6 7impl_encode_rr!(DNAME, rr_dname);