Module connection

Source

Structs§

Reader
A structure that implements std::io::Read for reading plaintext.
Writer
A structure that implements std::io::Write for writing plaintext.

Enums§

Connection
A client or server connection.

Constants§

UNEXPECTED_EOF_MESSAGE 🔒

Traits§

PlaintextSink 🔒
Internal trait implemented by the ServerConnection/ClientConnection allowing them to be the subject of a Writer.