Expand description
A single question in a DNS message.
This module defines the type Question
which represents an entry in
the question section of a DNS message and the ComposeQuestion
trait for
producing questions on the fly.
Structs§
- Presentation
Error - An illegal presentation format was encountered.
- Question
- A question in a DNS message.
Enums§
Traits§
- Compose
Question - A helper trait allowing construction of questions on the fly.