Available on crate feature
network
only.Structs§
- Addr
Parse Error - The error returned when parsing a
SocketAddr
from a string. - Unix
Socket Addr - An address associated with a Unix domain socket.
Enums§
- Addr
Parse Error Kind - Connect
Info - Connection information for a
Stream
. - Listener
- A listener bound to either a TCP socket or Unix domain socket.
- Socket
Addr - An address associated with an internet or Unix domain socket.
- Socket
Addr Type - The type of a
SocketAddr
. - Stream
- A stream associated with either a TCP socket or a Unix domain socket.
- Stream
Read Half - Read half of a
Stream
, created byStream::split
. - Stream
Write Half - Write half of a
Stream
, created byStream::split
.
Traits§
- ToSocket
Addrs - Converts or resolves without blocking to one or more
SocketAddr
s.