Skip to main content

WireResponseEncoder

Type Alias WireResponseEncoder 

Source
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 */ }