Module tokio

Source
Expand description

Traits for the Tokio variants of local socket objects.

Traits§

Listener
Tokio local socket server implementations.
RecvHalf
Receive halves of Tokio Streams, obtained through .split().
SendHalf
Send halves of Tokio Streams, obtained through .split().
Stream
Tokio local socket stream implementations.

Type Aliases§

ReuniteResult
ReuniteResult for the Tokio Stream trait.