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§
Traits§
- Plaintext
Sink 🔒 - Internal trait implemented by the
ServerConnection
/ClientConnection
allowing them to be the subject of aWriter
.