pub type Address = _Address;
Expand description
An Address structure holds information used to identify nodes, allowing for easy extraction of both integer and string forms of an IP address as well as the string hostname associated with the IP. Address is an opaque structure and should only be accessed using the functions in this class.
Aliased Type§
struct Address { /* private fields */ }