Expand description
Utility used in different implementations of TLS API.
Not to be used by regular users of the library.
Structs§
- Async
IoAs Sync Io - Async IO object as sync IO.
- TlsStream
Over Sync Io - Implementation of
TlsStreamImpl
for APIs using synchronous I/O.
Traits§
- Async
Wrapper Ops - Used by API implementors.
- Write
Shutdown - Notify the writer that there will be no more data written. In context of TLS providers, this is great time to send notify_close message.