Structs§
- Reader
- A structure that implements
std::io::Readfor reading plaintext. - Writer
- A structure that implements
std::io::Writefor writing plaintext.
Enums§
- Connection
- A client or server connection.
Constants§
Traits§
- Plaintext
Sink 🔒 - Internal trait implemented by the
ServerConnection/ClientConnectionallowing them to be the subject of aWriter.