Module connection

Module connection 

Source
Expand description

Contains connection related API.

Re-exports§

pub use chain::Chain;
pub use socket::Socket;

Modules§

chain
Chain method calls.
socket
The low-level Socket read and write traits.

Structs§

Connection
A connection.
Credentials
Credentials of a peer connection.
Pid
pid_t—A non-zero Unix process ID.
ReadConnection
A connection that can only be used for reading.
Uid
uid_t—A Unix user ID.
WriteConnection
A connection.