Enum fire_stream::util::SocketAddr
source · pub enum SocketAddr {
V4(SocketAddrV4),
V6(SocketAddrV6),
Unix(SocketAddr),
}
Expand description
SocketAddr struct equivalent to the one in stdlib but the unix::SocketAddr was added.