//! Types representing the different sections of a DNS message.
/// Trait implemented by the DNS section types.
/// Represents the *Question* section of a DNS message.
/// Represents the *Answer* section of a DNS message.
/// Represents the *Authority* section of a DNS message.
/// Represents the *Additional Records* section of a DNS message.