1use crate::decode::Decoder; 2 3impl<'a, 'b: 'a> Decoder<'a, 'b> { 4 impl_decode_rr_u16_domain_name!(KX, preference, exchanger, rr_kx); 5}