Module trust_dns::op::message [] [src]

Basic protocol message for DNS

Structs

Message

The basic request and response datastructure, used for all DNS protocols.

Traits

UpdateMessage

to reduce errors in using the Message struct as an Update, this will do the call throughs to properly do that.