Enum nix::sys::socket::SockAddr
[−]
[src]
pub enum SockAddr {
Inet(InetAddr),
Unix(UnixAddr),
}Represents a socket address
Variants
Inet | ||
Unix |