Type Alias NetAddr

Source
pub type NetAddr = String;
Expand description

Use String to express a network address, in the the perspective of the client, see NetAddr.

Aliased Typeยง

pub struct NetAddr { /* private fields */ }