pub type InterfaceName = String;
Expand description

Type describing the name of the network interface.

Interface names must satisfy the following regular expression:

^[a-z_][-_.+0-9a-z]{1,31}$

Aliased Type§

struct InterfaceName { /* private fields */ }