pub type AsciiString = String;
Expand description

A DHCP option field of ASCII characters.

Per https://tools.ietf.org/html/rfc2132#section-2:

All other options are variable-length with a length octet following the tag octet.

Valid iff it consists of characters from the ASCII character set.

Aliased Type§

struct AsciiString { /* private fields */ }