Available on crate feature
network
only.Structs§
- The error returned when parsing a
SocketAddr
from a string. - An address associated with a Unix domain socket.
Enums§
- Connection information for a
Stream
. - A listener bound to either a TCP socket or Unix domain socket.
- An address associated with an internet or Unix domain socket.
- The type of a
SocketAddr
. - A stream associated with either a TCP socket or a Unix domain socket.
Traits§
- Converts or resolves without blocking to one or more
SocketAddr
s.