Structs§
- A structure that implements
std::io::Read
for reading plaintext. - A structure that implements
std::io::Write
for writing plaintext.
Enums§
- A client or server connection.
Constants§
Traits§
- Internal trait implemented by the
ServerConnection
/ClientConnection
allowing them to be the subject of aWriter
.