pub type WireResponseEncoder<'a> = WireEncoder<'a, Response, AnswerSection>;Expand description
Encodes a DNS response message to an external buffer, starting with the answers section.
Aliased Typeยง
pub struct WireResponseEncoder<'a> { /* private fields */ }