Expand description
Socket-related functionality.
Structs§
- Polled
Socket - A polled socket.
- Read
Half - The read half of a socket, via
PolledSocket::split
. - Ready
- Future for
PollReadyExt::wait_ready
. - Write
Half - The write half of a socket, via
PolledSocket::split
.
Traits§
- AsSock
Ref - Trait implemented by socket types.
- Listener
- Trait for listening sockets.
- Poll
Ready - Trait for objects that can be polled for readiness.
- Poll
Ready Ext - Extension methods for implementations of
PollReady
. - Poll
Socket Ready - A trait for polling socket readiness.
- Socket
Ready Driver - A trait for driving socket ready polling.