Skip to main content

Module socket

Module socket 

Source
Expand description

The low-level Socket read and write traits.

Structs§

ReadResult
Result type for ReadHalf::read operations.

Traits§

FetchPeerCredentials
Trait for fetching peer credentials from a socket.
ReadHalf
The read half of a socket.
Socket
The socket trait.
UnixSocket
Trait for Unix Domain Sockets.
WriteHalf
The write half of a socket.