Module trust_dns_proto::op::message [−][src]
Basic protocol message for DNS
Structs
| Message |
The basic request and response datastructure, used for all DNS protocols. |
| NoopMessageFinalizer |
A MessageFinalizer which does nothing |
Traits
| EncodableMessage |
A generic EncodableMessage with associated information for streaming to a connection |
| MessageFinalizer |
A trait for performing final ammendments to a Message before it is sent. |