pub type SocketAddrPieces = (HostPiece, PortPiece);
Expand description

Type alias for the pieces when creating std::net::SocketAddr from pieces