pub type HostName = String;
Expand description
Identifies a host. Host names consist of one or more labels separated by ’.’s. A host name must not end with a ‘.’. Labels must each be 63 characters or less (not including the separator) and are UTF-8-encoded. A complete host name, including separators, must be 255 characters or less.
Aliased Type§
struct HostName { /* private fields */ }