Type Alias PreciseHostname

Source
pub type PreciseHostname = String;
Expand description

PreciseHostname is the fully qualified domain name of a network host. This matches the RFC 1123 definition of a hostname with 1 notable exception that numeric IP addresses are not allowed.

Note that as per RFC1035 and RFC1123, a label must consist of lower case alphanumeric characters or ‘-’, and must start and end with an alphanumeric character. No other punctuation is allowed.

Aliased Type§

struct PreciseHostname { /* private fields */ }