Module traits

Source
Expand description

Traits representing the interface of local sockets.

Modules§

tokio
Traits for the Tokio variants of local socket objects.

Enums§

ListenerNonblockingMode
The manner in which a listener is to be nonblocking.

Traits§

Listener
Local socket server implementations.
ListenerExt
Methods derived from the interface of Listener.
RecvHalf
Receive halves of Streams, obtained through .split().
SendHalf
Send halves of Streams, obtained through .split().
Stream
Local socket stream implementations.

Type Aliases§

ReuniteResult
ReuniteResult for the Stream trait.