Type Alias Addr

Source
pub type Addr = ByteString;
Expand description

Network address storage using efficient ByteString

Aliased Typeยง

struct Addr(/* private fields */);