Enum std::io::net::addrinfo::SocketType[src]

pub enum SocketType {
    Stream,
    Datagram,
    Raw,
}

Hints to the types of sockets that are desired when looking up hosts

Variants

Stream
Datagram
Raw