[][src]Module trust_dns_proto::rr::domain

Domain name associated types, such as Name and Label.

Modules

usage

Reserved zone names.

Structs

Label

Labels are always stored as ASCII, unicode characters must be encoded with punycode

LabelIter

An iterator over labels in a name

Name

Them should be through references. As a workaround the Strings are all Rc as well as the array

Traits

IntoLabel

Conversion into a Label

IntoName

Conversion into a Name

TryParseIp

Types of this trait will can be attempted for conversion to an IP address