[][src]Module domain::base::question

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 AsQuestion trait for producing questions on the fly.

Structs

Question

A question in a DNS message.

Traits

AsQuestion

A helper trait allowing construction of questions on the fly.